Hello Everybody,
Please tell me can we create Test Plan in QTP? This I am
asking irrespective to integrating with Test Director.I
mean is there any option to create Test Plan in QTP itself.
Thanks,
Gaytri
Answer Posted / rajendra prasad reddy
No it is not possible in QTP
but it is possible in Silk Test
byeeeee
rajendra_penumalli@yahoo.com
hyd
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you know that a test case is a regression test case
what is clean sweep?
what is object and child object.. explain ..if possible give some example for better understanding ..
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
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
If you are testing a web application then what will you test in that application?
How QTP support all types of applications (platforms)?
Give the syntax to load function at run time.
What is the difference between the design-time and run-time data tables?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
What is business process testing(bpt) in qtp?
Describe how Smart Identification is used
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What is object spy in quicktest professional?