If requirments changed then how we can teach the QTP this
is the new requirment
Answer Posted / subhan
if you are asking new requirement is added to existing
functanalities if you are using record and paly back then
we are going to record the new functanality by using action
object repository after that by merging it with shared
object repository using objectrepository merger qtp going
to identify the new functanalities otherwise by using
discriptive programming we are going to add the properties
of new functanalities that is the advantage of QTP
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the methods of the TextStream object that are used for reading from a text file?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
In qtp, how you can exit for loop?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
How many scripts did you have?
What contains Data Driven Framework document in qtp?
what is the difference between data driver & data driven and driver script?
What is use of object spy?
How will you test a stapler?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
How to find the length of the string in qtp?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Shall we add Local Repository to shared object repository,if yes,how we add