Hi..
In my web application the radio button takes more time to select,please any body give some solutions for this...
In my web application the radio button takes more time to select,please any body give some solutions for this...
More time to find Object
|
Hi..
In my web application the radio button takes more time to select,please any body give some solutions for this...
Hi
Are you using check for EX: If (xyz.Exists) Then 'Select Radio button End If ?
Hi Shandru,
As Kavita told check the Exist statement. Please check few more things: 1. Is it taking the same amount of time if doing the step manually? 2. Is any other conditional statement there (Ex: for checking the existence of a popup message) just before selecting the radio button. ![]()
Thanks for reply saini,
1.In manual its not taking time 2.No, Just choosing one radio button out of two and press next button.. While running the script if i click manually means it immediately moves next step... Thanks for reply kavita, im not using any condition just choosing one radio button and moving to next step...
Hi Shandru,
Can you paste the code that you are using? - Vinod
Hi vinod,
Thnks for reply, this is my code Code: Browser("HOME").Page("HOME_2").WebRadioGroup("payment").Select "2"
Hi
Try this , Code: Browser("HOME").Page("HOME_2").WebRadioGroup("payment").Select "#2" if the above code doesnt work, get the value of the radio group and select, for example Code: Browser("HOME").Page("HOME_2").WebRadioGroup("payment").Select "AnItem" Let me know if this doesnt work - Vinod
Hi vinod,
I tried both solution but both showing error as "cannot identify specified item..." can u please give some other solutions? -Shandru
Hi
Try this , Code: Browser("HOME").Page("HOME_2").WebRadioGroup("payment").Select "#0"
Im sorry vinod,
i had tried both the code,but still it's taking more time to run... --Shandru |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Object Identification not working on Run Time | Ajatshatru | 2 | 3,384 |
05-06-2015, 07:27 PM Last Post: Ajatshatru |
|
Error while adding Object to Object repository at run time | SaranKumarV | 3 | 8,833 |
02-02-2015, 01:40 AM Last Post: dubeyvin |
|
Two Object spy is available at a time in QTP 10.0 | guin.anirban | 0 | 2,261 |
05-07-2010, 12:11 AM Last Post: guin.anirban |
|
Time Out in QTP at the time of Execution | jakkasureshkumar | 1 | 3,695 |
12-24-2008, 10:43 PM Last Post: Ankur |