What is the difference between systemUtil and invoke method..?
Answer Posted / pavan
Swetha ur answer is Exactly correct what i expect.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to explain a banking project in interview as a test engineer???
Have you used xml check point in your project?
What is Associate Repository in QTP 9.2 ?
is it possible to add sheets to excel at runtime
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
after initiating one project for testing, when exacltly QTP tester role starts?
Explain the differences between table and db checkpoints?
Define virtual object?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
explain abt dyanamic changing object with example?
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
What are the common defects found in your project? (in qtp interview)
What are output values and why they are used ?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
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.