Rational Rose Tools Interview Questions
..
..
aa
There are few phases for testing
processes.
Creating a test plan.:
Test plan includes waht to test and how to test and what are the expected
results/actual results after test, and sample data which we give s input for
testing etc..
Recording the application:
The object in test has to be navigated as desired with respect to the
functional specs/ user requirements.
Enhancing the test:
We can enhance the test by adding check points like text check, data base
check, image check, bitmap check, text check, text area check etc..and also
by parameterizing when same screens have to be tested with different input
values. and by adding some modifications to the vb scripting like if
conditions and while conditions and some functions etc..
Debugging the test:
Debuggin is to find out any bugs while running the scripts, if any changes
made to the application, a bug will araise and we need to change the scripts
by running the application again and the same bug has to be reported to
particular developer to resolve it. Any comments?
Running a test in a newer version of the software/ application.:
Analyzing and reporting defects..
photo