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 everybody this questions is only for qtp real time users. anyone please clearly explain the approach u r following for qtp testing in ur company or qtp framework u r following in ur company pelase give me clear explanation then u did great favour to inexeprienced qtp users
Can any one tell me Difference between Keyword Driven Frame work and Hybrid framework? Its Urgent.
what are the functions availabla in QTP? what are the data types in QTP?
how to parameterise a test with data base table or excel sheet?
Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?
In QTP how to interact tool and application build?
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
What is Distributed testing? How does UFT support it?
Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.
how to merge object repositories?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
What is the use of an object spy tool in qtp?