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 / sadashiv (wipro)
hello we should change the settings for that
file-> settings->Run->run the row from 1 to 10 then we can
pass the all the parameter from the datatable.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the event handling in vbscript?
Mention what is the difference between vbscript and vba?
Explain the operator precedence in vb script?
How will you convert a string to upper case string using vbscript?
what is the standards used for writing the script in QTP
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
what is used of Property........End Property loop ? how to write the script for it?
Explain about scrrun.dll in vbscript?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How will you get a random number between 0 and 1 in vbscript?
How can you create a file object to work with the files in the vbscript language?
What methods are used to create text files and open text files in the vbscript language?
What is the purpose of regexp object in vbscript?