How to retrieve value (data) from notepad using QTP ?
Answer Posted / guest
Check Test Settings..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
How qtp recognizes the object?
Explain advantages and disadvantages of ddf?
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
What is the use of text output value in quicktest professional (qtp)?
For which type of project the iterative model is suitable?
How do I get the QTP scripts result in xml format by using vb script function?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
How is UFT 11.5 version different from UFT 12.0?
What are the differences between table and db checkpoints?
When Recovery scenario actually starts while testing the application?
How to give a call to another action from one action?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
What is the short cut keys for the following?
Differentiate the type of test cases which can be automated and which cannot be automated?