If the web applicatoin takes navigation time above 2 hours
to dispaly next Web page then how can we synchronize the
QTP with Appilication Under Test
Answers were Sorted based on User's Feedback
Answer / kapilet05
Hi all,
Try this one as well
"Browser("browsename").Page("Pagename").WebButton
("Login").WaitProperty "visible", TRUE, 100000"
For above code identify ant object in next web page it will
wait for that object for specified time which you mention
in script. In above example it is "100000" ms.
If that object found before the specified time it it will
not wait and execute next step.
If the object will not found in specified time script got
failed.
Regards,
Kapil Gupta
kapilet05@gmail.com
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / uday
Hi,
Put 2 hours as maximum web navigation timeout.
Thanks,
Uday.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / dhana
Use .Exist method for that particular page
for ex:
Browser("Browsername").Page("Pagename").Exist
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / priya
wht is he fun in going automation for such kind of
objects ,v vil go for automation to reduce time right
| Is This Answer Correct ? | 3 Yes | 2 No |
Could you please explain me about QTP framework.
How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?
In real time ,How to run all scripts in QTP? i,e in projects
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
How to convert non-reusable action into reusable action in QTP?(i know by default QTP will take it as a non-reuable action )(Chandana) plz urgent?
How many types of actions are there in quicktest professional?
What will be happen if i load object repository at run time, but it has already associated.
Syntact for how to call one script from another? and Syntax to call one "Action" in another?
I would like to do some certifications in QTP. please suggese what kind of certifications can i do. I am currently put up at chennai. So please suggest some reputed centres where these courses are offered.
How u call functions in QTP Function to calculate the length of characters in a word -
How to convert QTP's ObjectRepository.mdb file to xml file
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..