04-02-2012, 04:52 PM
I have a page which will make input fields visible/invisible depending on the user type selected using checkboxes.
We currently have 13 different user types to select from and up to 12 fields for each user type.
In a nutshell, I would like to:
- Select user type A
- ensure all fields are present for that user
- Deselect user type A and select user type B.
I'm relatively new to QTP, so i'm looking for the best way to approach this problem. Should I use data tables, creating a column for each user type with field names in each corresponding row ?
Any help would be greatly appreciated, some code examples would be great.
We currently have 13 different user types to select from and up to 12 fields for each user type.
In a nutshell, I would like to:
- Select user type A
- ensure all fields are present for that user
- Deselect user type A and select user type B.
I'm relatively new to QTP, so i'm looking for the best way to approach this problem. Should I use data tables, creating a column for each user type with field names in each corresponding row ?
Any help would be greatly appreciated, some code examples would be great.