Ways of Testing:
There are two ways of Testing
1.Manual Testing
2.Automation Testing
1.Manual Testing:
It is a way of testing in
which one will perform all the phases of software testing life cycle like Test
planning, Test development, Test execution, Result analysis, Bug tracking, and
Reporting are accomplished manually, successfully with human efforts
Drawbacks of Manual Testing:
·
More
number of people are required
·
Time
consuming
·
Human
mistakes (no accuracy)
·
Tiredness
·
Simultaneous
action are not possible
·
Cannot
repeat the same task again and again in a perfect manner.
2.Automation Testing:
Automation testing is a
process in which all the drawbacks of manual testing are addressed properly and
provides speed and accuracy to the existing testing process.
Drawbacks of Automation
Testing:
·
Tools
are expensive
·
Cannot
automate all the area
·
Lack
of experts
Automated Tool:
Automated tool is an
assistant of a test engineer, which works based on the instructions and
information given by a test engineer.
General
Frame Work to learn any automated Tool:
A test engineer should learn the following to work
with any automated tool
·
How
to give the instructions?
·
How
to give the information?
·
How
to use its recording facility?
·
How
to use its play back facility?
·
How
to analyze the results?
Types of Automated Tools:
A black box testing tools are broadly divided in
to Three types
1. Functional tools (QTP, Win
runner)
2. Management Tools (Test
Director/Quality Center)
3. Performance tools (Load Runner)
QTP (Quick Test
Professional)
Type of Tool: Functional Tool
Company: Mercury Interactive incorporation
Scripting
Language: VB- Script
Version: #5.5, #6.5, #7.0, #7.6, #8.0, #8.2(2005), #9.0, #9.1,
#9.2,#9.5,#10.00,#11.00,
11.5(UFT)
Anatomy of QTP:
VbWindow("VbWindow").VbEdit("VbEdit").Set
"10"
VbWindow("VbWindow").VbEdit("VbEdit_2").Set
"20"
VbWindow("VbWindow").VbButton("ADD").Click
VbWindow("VbWindow").VbButton("SUB").Click
VbWindow("VbWindow").VbButton("MUL").Click
VbWindow("VbWindow").VbButton("DIV").Click
VbWindow("VbWindow").VbButton("CLEAR").Click
Please visit link for reference
Please visit link for reference
No comments:
Post a Comment