Posts: 4
Threads: 2
Joined: Apr 2012
Reputation:
0
I have one QTP test script which can test different scenarios by using multiple data files (.xls). Now I'm going to use QC to run the test. I saved the QTP test script in Test Plan. Does anyone know how to manage the data files so that the same script can be run using multiple data files?
Posts: 66
Threads: 7
Joined: Sep 2011
Reputation:
0
You can use excel object and access the files.
Posts: 4
Threads: 2
Joined: Apr 2012
Reputation:
0
[/quote]
Hi,
Instead of having multiple data files use single .xls file with different worksheet in them(each worksheet containing data for each scenario). Load the file once with worksheet 1 execute the script and then loop the script for no. of worksheets u have and automatically loads the corresponding worksheet.
Let me know if this is helpful 2 u or not.
Regards,
Sankalp
[/quote]
Hi Sankalp,
Thank you for your reply. Sorry for my late reply. The problem was resolved by using one of the very nice features in QC - Test Configurations in Test Plan module.
Thanks,
Jenny