What are the parameters provided by QTP?
Answer Posted / srikanth
Thanks Shreya..
What about Random number parameters?
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how can we do the frame work in qtp
If I change the property value at runtime is it effect is object repository?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
How are actions and functions different in QTP?
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.
banking project description for software tester
how did u use automating testing tools in ur job?
In qtp, how you can get the last character from a string?
What is optional step in qtp? How you can add optional step in qtp?
What are private functions in QTP? How they can be called from the function library?
How to export quicktest professional results to an .xls file?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
how can i call function (which has link with excell sheet at a remote location) within another function
Hi Samrat, Thank u very much, what u said it is right.
What is a recovery scenario?