1.0 Introduction To Automation Testing:: Quick Test Professional
1.0 Introduction To Automation Testing:: Quick Test Professional
NA 2. Selenium-RC NA
3. Selenium-Web Driver
2.2 Environments of QTP:
SNO Requirement Environment
1 System Requirement PC
2 Operating System Windows Family
3 Browser Microsoft Internet Explorer
4 Memory Min 250 MB
5 RAM Min 250 MB
6 Service Pack Microsoft Service Pack
Note: Based on the availability of version the Environments also will be changing.
Create
Record
Enhance
Debugging
Running
Analyzing
Reporting Defects
Create :
There should be detailed description of our test.
We have to follow exact steps
Inputs must be given
All items should be verified by the test.
Record :
As navigated through the application or Web site, Quick Test graphically displays each
step performed in the form of a collapsible icon-based test tree. A step is any user action
that causes or makes a change in the application, such as clicking a link or image, or
entering data in a form.
Enhance :
By inserting Check Points we can enhance i.e., search for a specific value of page
object/text string. Hence with this we can identify whether the build is working
/functioning properly or not. Hence it is easier and faster technique.
Debugging :
If any changes were made to the script you need to debug it, to check whether the build
operates smoothly or not without interruption.
Running :
To check the behavior of application or build .But while running QTP should connect to
our application to perform each step in your test.
Analyzing :
We have to examine the “test result” to “pinpoint “defects in your application.
Reporting Defects :
As we encounter failures in the application when analyzing the result we have to create
“Defect Reports “in defect reporting tool.
2.5 Add INS of QTP:
It gives information about the technology supported by the QTP. By default three Add Ins are
there in QTP
1) ActiveX
2) VB
3) Web
Additional Add ins:
1) Java 2) Oracle 3) People Soft
4) .Net 5) SAP 6) Siebel
7) WCF 8) Delphi 9) Terminal Emulator etc
Easy to maintain
Note: By default Global Sheet is 1 and we can take maximum of 255 Action Sheets and hence total
number of sheets is 256.
Notes:
b. Analog Recording:
In this mode we can record mouse pointer movements.
Example: Verifying Digital Signatures.
Open PaintRecordAutomationAnalog Recording (Shift+Alt+F3)Select Record to the Relative
ScreenStart Analog RecordingPerform Action in PaintStopRun Analyze Result.
Conclusion:
All the three modes of recording can be used in a single test e.g. either Analog Recording
or Low level Recording can be switched in the middle of a recording session for specific steps and then
returned to Normal Recording. Analog recording and Low Level Recording require more disk space
than normal recording mode.