You are on page 1of 2

What is testing?

Testing is nothing but validate the application based on user requirements and
expectations
who is the tester?
tester is a person who is acting as final customer and test the application based on
requirements and expectations
What is the manual testing?
doing testing without using any tool / are doing testing manually
in manual testing tester following one procedure it is stlc
in stlc first tester get all req documents from project manager
then understanding the requirements by studying those documents thoroughly
if any clarification required tester can ask abt that either business analyst / client
ofter getting clarity he prepare one test plan document contains application
description, total number of functionalities, functionalites to be tested, fun not be
tested, entry criteria, exit criteria, suspend criteria, no of testers , num of testcases
to be written per day, no of test cases executed per day, automation scope , etc
after preparing test plan testers select their modules and prepare start writing
scenarios and cases after completing it when dev team release a build

1000006657
Level 1:
hot coding
Open www.tours.demout.com site
Register
login
book a flight ticket
tools to be used: selenium, testng, javaa
level 2:
parameterization:

do all the above scenarios by taking input data like registration , login, ticket
booking details from out side
level 3:
maintain saparate set of object repo from out side
level 4:
maintain reusable scripts and call them based on req +l2+l3
level 5:
run the script in multiple browsers and parallel execution andcreate a framework
structure

You might also like