-----------
1..t file
It will have all testcase related information. User can write there own flow based test cases,functions.
Accessibility: It likes private file,whatever user keeping the information, it not able to access through other file
2. .inc file
It will have information about class, procedures , methods,and relationship between the above
three(frame work.). User can define the global declaration , even user can write private and public
methods here.
Accessibility: user can access globally , through out the project.
3. Plan file.
User can categorize all test cases into common task name(suit)Following inputs are available in the plan file.
It will classifies into three categories
testcase :
- script
- test data
- testcase
- category
- developer
- component
- module
- priority
4. res file
It contain the information about the test run pass /fail and also log information.
Other Files .
- .vtp (project File)
- .s suite Files
- ini profile related files
No comments:
Post a Comment