i created script for login in QTP,i parametirized that
using global sheet,problem i am facing is first i want to
login with first values provided in excelsheet and want to
perform some operation,second time if call same action it
should login with second values in excelsheet
Answer Posted / aswinikumar.av
I am supposed to set the value in QTP under File-->
Settings to run on all rows. In your script, take the count
of all the rows in the Excel Sheet and then put in a For
loop and run your action. This is to move the pointer in
Excel Sheet to the next row in the Datasheet to pick the
newer data for execution.
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What are the uses of vb script?
What is select case statement?
how to acces the remote mechine using vb cript(QTP)
How to create a cookie using vbscript?
Mention what is the difference between vbscript and vba?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
how to write validation function for date in vb script
Explain about adodb.stream class?
Explain the operator precedence in vb script?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
How will you release the memory acquired by an array variable in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
How to make sure that items in a wintree are sorted al?
Which object provide information about a single runtime error in a vbscript?