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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Explain different types of segment?
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
What are the 2 ways in which a variable can be declared in the vbscript language?
How are values assigned to the variables in the vbscript language?
1. How do declare public variable in vb scripts?
How to declare an array in vbscript?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
reverse the string without using reverse string?
How many data types are supported in Vbscript?
How will you convert a string to lower case string using vbscript?
To get data from table which method will be used in QTP