How we wil do data driven test using chkpts?
Plz. give me complete navigation steps for this?
Answer Posted / 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 |
Post New Answer View All Answers
Explain calling sub procedure.
How to use parameterization in qtp?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
How many tabs are available to view your test in a test pane and what are they?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
what is description object?
give me an example where u used good judgement and logic in solving a problem
How does qtp recognize objects in aut?
What are the views available in qtp?
When and why to use descriptive programming?
How to create scenario selector
How to break the object spy ?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?