how to test Web application using QTP software
No Answer is Posted For this Question
Be the First to Post Answer
whaht is the difference between CLASS & OBJECT?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
what is error and fault in terms of software quality?
what is keyword driven testing in qtp?n how is it useful?
what is the difference between seat and concerent licenses.
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
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
what is use of the object repository?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
0 Answers Sapient, Satyam, TCS,
How to modify the text checkpoint?
How to count no of edit boxes on the page?