what is the Command used to start the QTp from Run.
Answer Posted / kalyan
Right Click on QTP Icon present in the desk top & click on Properties & copy the file path in the target Field. Paste it in the run... any doubts catch me on..... mskalyan.smile@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain different recording modes?
How many types of parameters are available in quicktest professional (qtp)?
What is Cross browser testing? Does UFT support it?
What is fragmentation and paging?
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 features and benefits of quick test pro (qtp 8.0)?
Can you brief the hurdles you faced during Automation testing?
In what occasion we can specify global sheet and action sheet?
Object repositories types, which and when to use?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How does quicktest professional (qtp) identifies the object in the application?
What do you mean by checkpoints in qtp?
How many ways is to parameterize the value?
What are the technologies supported by qtp?