what is the Command used to start the QTp from Run.
Answers were Sorted based on User's Feedback
Answer / santhosh
From start->Run type the below path
C:\Program Files\Mercury Interactive
\QuickTest Professional\bin\QTPro.exe
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / sreeprasad
(start-> Run)
systemutil.run"path of the file"
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sreekanth
santhosh answer ....is also suitable answer....
but try "QTPro.exe" in run
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / chaitu
The following Command is used
SystemUtil.Run"Path of the Server","","path of
the .exe".Open
| Is This Answer Correct ? | 0 Yes | 4 No |
The following command is used
InvokeApplication("Path")
systemUtil.Run"Path"
| Is This Answer Correct ? | 0 Yes | 4 No |
In QTP, Give the difference of Global sheet and Local sheet in datatable?
What are Error handling other than Recovery scenario manager?
How the automated tests in org
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
what are the files created after executing QTP script file, please specify the file names with extensions
How QTP integrate with application?
Hi Guys, here I am posting one question. Wen u r working with Notepad. If it is not responding in the middle of TEst...what u will do.
hi all QTP recognizing objects as "string_1","string_2","string_3","string_4" like that but when using FOR LOOP for these.QTP not proceeding further can i declare these _1,_2,_3,_4 as a single variable
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
how to run the script If QTP tool not identify object in web page
i have an array CAPGEMINI .....Here i need to check whether G is there or not ..how to do that and friends i have one big doubt that is whether it is array or string ,how we come to know that and where we consider that it's array ,where we consider that it's an string because when i want to find the length i have big doubt whether we need to use len function or ubound ... ans me for this TWO Questions any one please
Hi, Can anyone help me with: How to select a value from combobox and check the checkbox and set the filter. I have to set a filter by selecting a value from dropdown. Also, im using UFT 11.5 so can anyone help me with code for UFT. Thanks Sreevidya