what is the framework followed by ur company in qtp
Answer Posted / saff
satyanarayana thanks alot for ur answer
and all other guys plz read the question and answer
the question is not to define the framework
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How did you use regular expressions in QTP and also in WR?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How did you resolve conflicts present in Object Repository?
How many types of object repository in qtp?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
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 difference between a Function and Procedure in QTP?
Hi, how can we check or avoid the memory leakage in QTP9.2?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What do you mean by checkpoints in qtp?
Output values? i want a practical example
What test cases can you automate using QTP?
What are the views available in qtp?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?