Quick Test Professional
Quick Test Professional
Ex: 6 to 16(6-16)
n-1,n,n+1
6-1,6,6+1
,
Diff b/w Manual & Automation
Manual Testing
Cannot be repeated
Automation Testing
Script recorded once can be re –used
many times
Less time consuming
Example
Verify login for 5 different accounts
Instead of recording the script for 5times
for 5 different users, can record once the
script for one particular account the play
back the same script for other four
accounts which saves time
Diff b/w regression testing & Re-
testing
Ex: There are 4 actions like,
login, compose, save, send.
Consider the above 3 actions(login,compose,save) are working and send is not working.
We find the defect n send it to development team. Once they fix n send it back for testing , We
test same action send again is called Re-testing.
And also we test the other 3 actions to ensure no side effects is called as Regression testing
Testing same function along with other functions to ensure no side effects is called regression
testing.
Ex:
1-step: insert order, fax order ,run.
2-step: Go to object repository, click on fax order no and configure
value
3-step:Replace the fax order no with * right after the period(.)
4-step : check the box regular expressions.
5-step :no to add back slash
6-step : run.
Recovery Scenario
When Some exceptions are raised during
execution of script, which interrupts the
test run , we introduce recovery scenario.
Object Identification
To identify the objects
To convert custom object s into standard objetcs.