Mythili--
You received this message because you are subscribed to the Google Groups "QTP eLearn Team" group.
To unsubscribe from this group, send email to qtp-elearn-te...@googlegroups.com.
Visit this group at http://groups.google.com/group/qtp-elearn-team?hl=en-US.
Hi,
Thanks much for the response.
To use the FSO, I need to Create a reference to the Microsoft Scripting Runtime object library in each .csv file? Please advice.
Following is my scenario to create the framework .
This framework has four folders to navigate.
First - is Suite folder under this folder many .csv files will be placed. To run a specific file, I will include that file name in the driver script for eg. Suite_01.csv, when it opens it reads the group name and iteration column.
suite folder
suite_01.csv -----> included in the script
Group Name |
Iterations |
grp_01
|
1
|
Second - it identifies grp_01 is the group name and navigate to the group folder and open the grp_01.csv file. When it opens it reads the navigation name and iteration column.
Group folder
grp_01.csv -----> read from the suite_01.csv
Navigation name |
iterations |
nm_01 |
1 |
Third – identifies the navigation file as nm_01.csv and goes to the navigation folder to locate that file, and reads the window name and scenario number.
Navigation folder
nm_01.csv -----> read from the grp_01.csv
Window name |
Scenario |
Calculator |
1 |
Fourth – once the window name and scenario number is read it navigates to the scenario folder to locate the correct scenario numbers and window names and navigate thru the application.
4. Scenario folder
calculator.csv ------> Window name is been read from the nm_01.csv and go to the scenario number 1.
Scenario |
Description |
Call |
Navigate |
Exit |
Save |
Add |
Detail |
Delete |
Close |
1 |
1 |
Save |
|
|
TRUE |
TRUE |
|
|
|
|
2 |
Add |
|
|
|
|
|
|
|