Answer Posted / sushma
msgbox Environment("LocalHostName")
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Plz Explain AUTOMATION REFERENCE MODEL?
Describe synchronization point.
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
How many types of Automation frameworks are there in UFT? Describe them.
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 technologies supported by qtp?
How to find Operating system information using QTP script?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What is reusable action?
What is data driver in qtp? Where we use it?
how will load the object during runtime?
What is QTP and the use of QTP in TD?
What is the difference between qtp and selenium?
Give the syntax to load function at run time.