what is the Command used to start the QTp from Run.(start->
Run)
Answer Posted / sreekanth
Start-->RUN-->Give "cmd" & Press enter --> in dos prompt
give QTPro.exe & press enter...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How qtp identifies objects?
what you mean by artifact,milestone...
what is impact analysis on regression testing?
What is environment variable in qtp and why to use it?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
how to evalute defects in QTP 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.
How many types of recording modes in qtp? Which will be used when?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Define Canvas view of UFT?
How can i initiate the objects to find uniquely in OR
Whether qtp 9.0 supports Test director8.0
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
How to create Reusable and Multiple Actions?