What is QTP and the use of QTP in TD?
No Answer is Posted For this Question
Be the First to Post Answer
How will you handle java tree in qtp?
How to test login page by using QTP
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
difference between recording methods and recording modes in QTP
what is QTP batch testing tool?
WHAT IS PARAMITARIZATION?
What is API
What is the main differece between QTP 9.0 and 9.2
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?
What is Optional step?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?