Hi, How to export the Checkpoints and Output values(Test
area output values) from Object Repository to Excel
Answers were Sorted based on User's Feedback
Answer / uday
There is no option of exporting checkpoint(CP) information
to an excel sheet, because all the CP info is saved in
resources.mtr, and even we cannot create checkpoints
manually.
All the CP info is saved in the local OR, so it is in
resource.mtr of that action.
We can copy the CP info. to other ORs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amarnath.madakasira
Hi Could anybody please suggest me how to export the
Objects from repository to excel sheet.
| Is This Answer Correct ? | 0 Yes | 6 No |
What are the various types of Actions in UFT?
How do u connect database through QTP tell me both Ms Access and SQL
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
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
Can anybody post some real time scenario in qtp? please its very urgent.
What is User defined function in QTP
Can U Explain about QTP tool from older version to latest version also its differences?
How we can add actions in the test using QTP?
what is the use of automation objective model?where is used? plz tell me
Does UNIX support QTP? If not what is the other tool used for Unix environment?
GET WHETHER THE GIVE NUMBER VALID OR NOT IN BETWEEN THE GIVEN RANGE?IN VB SCRIPT(QTP)
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?