Can anybody help me for vb script in qtp? give me examples
for practice plz.
No Answer is Posted For this Question
Be the First to Post Answer
tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used
what type of application we can select for automation testing and what is the entry criteria for automation
What is the differences between image check point and bit map check point?
How to add a standard checkpoint in your test ?
how to create external data table?
how can i count the number of links???
How to create a standard checkpoint ?
What r the features of QTP9.2,other than QTP8.0 What r the extre features of QTP9.2.
how will b the questions if we keep one QTP project in CV.please tell me iam attending an interview.
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
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 it possible to call out to Java from QTP?