how u write vb script in qtp pls give me some basic script
and some material
Answer Posted / rohan
Hi All,
Can any one send me some QTP scripts..my email id
is 'rohanshank@gmail.com'
Thanks in advance.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
unique properties of button,edit box, radio button,check box?
what is supply chain management?
What the differences are and best practical application of Object Repository?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
is there any addin for remedy user application
What are the automation metrice in your project?
Explain calling sub procedure.
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What ate the Technologies supported by QTP?
what is clean sweep?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
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 will you check a web application for broken links using qtp?
What is object repository in qtp?
What is difference in global and action sheet in qtp?