what are the drawbacks for record and payback in qtp
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
1. If the objects in the application are dynamic, then
record and playback is not useful.
2. we cannot insert conditional and loop statements if it
is only record and playback.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / shyam.meghansh
Each and every time you can’t record the application and
run it.
Once if u have recorded them u will not able to replay it
properly, some times u may get problems with the time of
execution, some the object is not enabled etc etc….
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / aiswaryan
1)If you are recording large apllication then QTP need to
store more number of objects in object repository. It will
make the run session very slow. since QTP has to to search
for the particular object from a larger one.
2) you cannot enhance your script in record mode.
| Is This Answer Correct ? | 1 Yes | 1 No |
want to learn real time automation project(QTP)?
what is vmodel?advantages and disadvantages of vmodel?
Tell some commonly used Excel VBA functions?
What is ObjectParamater?
How to Identify broken links in QTP
Is it possible to switch between recording modes during a test creation?
Can we create a qtp test from qc?
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
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 will you load the object during runtime
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?