How can we export test results to an excel sheet in QTP???
Can any one provide sample coding for this?????
Answer Posted / shaik
The above answers are incorrect
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
What is quicktest professional window?
How do you create new test sets in td?
How many types of parameters are there?
What is Port testing. Whhen will you perform?
Difference between test object and run time object?
What is quick test pro? What is a quick test professional?
Hai anyone please "Explain about Framework in QTP?"
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
How to get the particular property value?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
Discuss quicktest professional environment?
What are the common defects found in your project? (in qtp interview)
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
How does you pass optional arguments in qtp?