I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
what is the Command used to start the QTp from Run.
what is the exact testing process in qtp plz explin ?
What is the difference between QTP 8.2 and QTP 9.2 ?
What is time parameter?
how to identify the objects if application consists of objects that have same properties.
who is the best faculty in HYD? Nageshwar rao or GC reddy?
diff between winrunner and qtp
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
What is Modular framework and Keyword drive framework? Explain
What is the use of Accessibility check point?
Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?