how you test broken link using the automated tool QTP ?
Answer Posted / sonal
When I follow the answer 2, i canf ind the option to click
on Broken Links but after checking the broken link, My test
shows the Fail result.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can i check items sorted or not in a weblist ? Give me the script for this...
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
Why we load add-ins in qtp?
What are the key points to create a framework in QTP for oracle forms?
write script for bitmap image?
hi frinds i need help .i have 4 + yrs exp in testing and nearly 2 yrs exp in QTP and QC .currently iam working north fast 2 yrs iam looking for job in south is there any openings plz letme know my mail id is pbre1980@gmail.com
what is meant by source control?
how will you load the test cases in ddt?
Give the syntax to import/export xls into qtp.
How will you test a stapler?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Explain about the test fusion report of quicktest professional?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?