04-14-2012, 01:30 PM
Hi,
First you have to create Excel files such as Test plan folder and Test Cases folder.
Then by using XML config file you have to get Paths of Above folder.
create driver script in qtp you can write code for reading the XML config file, then traverse through the excel files created above by checking ""if" condition for status Y/N (you have to write code for reading the XLS as well).
Now Test cases mentioned by you have to called either by call existing action or call to copy of action(as required).
(Do not interfere in test scripts (actions) created, you have to code the driver script such that it will take care of all execution of test scripts)
Thanks.
First you have to create Excel files such as Test plan folder and Test Cases folder.
Then by using XML config file you have to get Paths of Above folder.
create driver script in qtp you can write code for reading the XML config file, then traverse through the excel files created above by checking ""if" condition for status Y/N (you have to write code for reading the XLS as well).
Now Test cases mentioned by you have to called either by call existing action or call to copy of action(as required).
(Do not interfere in test scripts (actions) created, you have to code the driver script such that it will take care of all execution of test scripts)
Thanks.