Suppose u run ur script today and it is working fine ,nobody
has changed the setting and all.u r the owner for the
script. But when tomorrow I ran the same script again it got
failed and It didn't able to identify one object. Can you
tell me what would be the reason for this
Answers were Sorted based on User's Feedback
Answer / naresh
1.you didn't click or enables the add-ins while open the qtp
2.or you first open application after that you open the qtp
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / narendra
New build got deployed in which the object properties used
for identity might have changed
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / mani
Thr resourse file might bw missing from where u are
runnuning the scripts, since you are running it from the
different machine you would not have added those resource
files , shared repository etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What is checkpoints for quicktest professional (qtp)?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
What are the automation metrice in your project?
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
how will we run batch tests in qtp what is the process to run the multiple test sets?
what is meant by automation tool?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
what are the limitations of smart identification in qtp 9.0
how can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run)