We have an action attached with the library file in QTP. When I will click on run button,which file is going to be executed first a)Action b)Library
Answer / jpmumbai10
Action is going to be executed first. In Action only we are
calling functions or repository,...
Is This Answer Correct ? | 3 Yes | 1 No |
Where are the snapshots stored?
can any one explain with an example how to test Web application using qtp
How can we use XML in QTP?
What is the difference between a Function and Procedure in QTP?
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
Is it possible to return multiple values from a function..? Then how..?
What is qtpro? What is quick test pro?
What are the differences between QTP 9.2 and 10? please explain e indetail......
please tellme ordernal identifiers in QTP?
Interviwer asked, How many years exper.. on QTP? I said, total 2 yrs exp in manual and QTP. QTP only current project arround 3 months. then interviewer ask , HOW BOLD YOU QTP? What you say?
Explain about reusable actions?
keyword driven framework having how many folders? explain folders in detail?