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
Diff b/w Health care domain and Banking Domain?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Give me some real time point of way where exactly we can conduct audits?
How many types of run modes are there in qtp?
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
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.
Is text area check point supports for web applications?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
Explain quicktest professional testing process?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
If I change the property value at runtime is it effect is object repository?
How smart identification works in qtp ?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?