can we install qtp on server machine and do automation of
application which is installed on client machine.If yes
then how? If no then is there any other automation tool for
this (client-server) senario.
Answer Posted / casey maloney
Mukesh,
Do you have or know where to get step by step instructions
on how to setup the environment you explained?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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.
Which environments does qtp support?
Explain how you can find length of array in qtp?
how can we do the frame work in qtp
What is data driver in qtp?
How does qtp recognize objects in aut?
What are test settings and global settings?
what is error and fault in terms of software quality?
what is supply chain management?
How you create new action in qtp?
Explain the checkpoint in qtp?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
Explain about Test Fusion Report of QTP?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Explain data driven framework?