I am just a beginner in IT industry but have 10 yrs of exp in other fields (like I worked as officer- information in two big agriculture irrigation equipment manufacturing comapnies, worked as lacturer for 1 yr teaching solid state devices and circuit theory)
Now I am working in Medhassu e Solutions, Tarnaka, Hyderabad
Siri,
Template - no idea how it looks for other kind of frameworks...but coming to functional decomposition frame work, let me tell you the steps,
1. Understand the applications objectives
2. Analyse the requirements
4. Prepare the scenarios for testing (may not require also)
5. See where to implement automation
6. Identify the scenarios for automation
7. Identify where generic functions/ classes of codes can be used ( to which scenarios)
8. Identify which scenarios need special functions/ classes (lets call them as business function)
9. Now write generic codes for all generic functions / classes and save them in a Folder called 'Generic'
10. Now write code for all business functions / classes and save them in a Folder called 'Business'
11.Write executable code and save them in a seperate folder called 'Main'
12. Create a folder for log files - 'Log'
Note: all these are VB script and so save as .vbs
13.craete a folder for paths & environment variable and save them in folder 'Config'
14. No object repositery is required if you dont have digital signatures like things. Otherwise create a folder called 'OR'
Now using the executable (main) code call all the paths, environment variables, generic and business functions/ classes and run the script in QTP.
If it is not clear let me pl. know.
Rekha
Now I am working in Medhassu e Solutions, Tarnaka, Hyderabad
Siri,
Template - no idea how it looks for other kind of frameworks...but coming to functional decomposition frame work, let me tell you the steps,
1. Understand the applications objectives
2. Analyse the requirements
4. Prepare the scenarios for testing (may not require also)
5. See where to implement automation
6. Identify the scenarios for automation
7. Identify where generic functions/ classes of codes can be used ( to which scenarios)
8. Identify which scenarios need special functions/ classes (lets call them as business function)
9. Now write generic codes for all generic functions / classes and save them in a Folder called 'Generic'
10. Now write code for all business functions / classes and save them in a Folder called 'Business'
11.Write executable code and save them in a seperate folder called 'Main'
12. Create a folder for log files - 'Log'
Note: all these are VB script and so save as .vbs
13.craete a folder for paths & environment variable and save them in folder 'Config'
14. No object repositery is required if you dont have digital signatures like things. Otherwise create a folder called 'OR'
Now using the executable (main) code call all the paths, environment variables, generic and business functions/ classes and run the script in QTP.
If it is not clear let me pl. know.
Rekha