Can i get a simple example exercise for update run mode for
sample flight application......... In qtp when i try to run
the test in update mode.. Auotmation> update option is
disabled............ Pls let me know .................
Thanks in advance.....
Answer Posted / archana
>After recording order no.run the script in normal mode
>change the order no: in the test script
>goto test>>Update Run
and then the script automatically runs in update mode now
view the test result
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to record a qtp script ?
If I change the object name in one action will it be updated in all the actions? Or not?
Your roles and responsibilities and daily tasks? (As automation tester)
How do you capture tooltip using QTP?
How to define array in qtp?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
who QTP recognizes the object stored in object repository?
How did you resolve conflicts present in Object Repository?
What is CMMP and CMMH?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
What is Port testing. Whhen will you perform?
What contains Data Driven Framework document in qtp?
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
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.