Answer Posted / r.prasad
hi ,
u can open command prompt using following script also
dim app
set app=createobject("QuickTest.application")
SystemUtil.run "cmd.exe"
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How you debug your script?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What are the 3 main stages involved in testing with qtp?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
HOw to add the recovery file at runtime to the test file .
What is an object repository?
How to start recording using quicktest professional?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
What is quick test pro? What is a quick test professional?
Can you brief the hurdles you faced during Automation testing?
What is an optional step in qtp ?
How does qtp identify gui object?
Explain how Does Run time data (Parameterization) is handled in QTP?
What is the syntax to call one action in another?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?