How we wil do data driven test using chkpts?
Plz. give me complete navigation steps for this?
Answer / nath .t
Data Driven Test Means we can test application with
multiple test data. there are 3 types of ddt.
1. Dynamic Data Submission
2. Data Table
3. From Front Grids
1. Dynamic Data Submission: Here ur interaction is there
at the time of test execution. u follow below steps
un = inputbox("Enter the user name")
here un is variable to store the user name
u can give the variable where u want to insert
(i.e., window("login").winedit("user name").set un)
2. Data Table: We can send data from excel sheet here ur
interaction is not here.
u must take the value from data table. u follow below
navigation.
Navigation: Goto KeyWord View
where u want parameterize u Select Value column of that
object
press right corner of that select column it will shows
value properties dialog box here u can select Parameter
option and take Datatable option and select required
parameter.
(i.e., window("login").winedit("user name").set datatable
("username","dtGlobalSheet"))
Is This Answer Correct ? | 1 Yes | 1 No |
what r the executing modes in QTP
Suppose U change the script whether it affect the object properties of the object in the object repository
what is option explicit? what is the use of it?
Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha
In QTP, Give the difference of Global sheet and Local sheet in datatable?
Take a situation when you are working with QTP, suddenly system has crashed.so you again start the system. My questyion is how can QTP directly opened when the system desktop appears.
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
When it be decided to go for either Per - Action or Shared?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What is an expert view and keyword view?
What kind of errors can b handled in QTP in real time scenario?
can somebody send the script to write a multiplication table in notepad through qtp