Abhilash’s Software Testing Basics, Weight Training Tips

Software Testing Tips and Techniques, Weight Training tips

Creating a Keyword Driven Test Automation Framework

Test Automation Framework.

Automation:
With increased effort being directed to automation; it is equally important to know that to be successful and efficient necessiates for some basic infrastructure in place. The importance of an automation framework gets prime focus if you are planning to embark on a full-fledged automation effort. However creating an automation framework does not come on a platter. A huge effort does goes in to identify the scenarios and the reusability nature of the various components within the framework model.

It is equally important to know the specific operations that could synergically combine and work together to generate the final result. Read more »

December 4, 2009 Posted by | Automation, Software Testing | , , , | 1 Comment

Automation – QTP Tips

Automation – QTP related tips. 
Sureshot things you should remember

. Used to refer to the Page

• Browser(“micClass:=Browser”) Used to refer to the Browser object • Page(“micClass:=Page”)

. Used to refer to a textfield

Object • WebEdit(“name:=txtAssertion”)   Read more »

March 2, 2009 Posted by | Software Testing | , , , , | Leave a Comment

Launch QTP through VBScript

VBScript – Launch QTPAn update to our QTP knowledge. What I have below is a script that will enable the user to automatically open QTP and run the desired QTP function that could be coded within a vbs script.

 

Here is the script.
You can use this script to launch QTP automatically and run the scripts anytime from any place. No need to copy the scripts into your machine at all.

‘ This is a base function to launch QTP automatically and run the desired functions.
Dim qtApp ‘ defines the object to invoke the application through late binding technique
‘ To set the QTP late binding object. This object will be used to invoke the application QTP and associate a late binding connection to it. Read more »

March 2, 2009 Posted by | Software Testing | , , , | Leave a Comment

Introduction to Automation

Automation Tools : Session 1.
Introduction To Automation

 

• Automation is not a replacement of
Manual testing.
• Automation supplements manual
testing.

Pros of Automation
• Enables to execute tests repetitively.
• Useful in Regression Testing.
• Much faster, As tests can be run
simultaneously in different machines. Read more »

March 2, 2009 Posted by | Software Testing | , , , | Leave a Comment

Automation – QTP

Introduction To QTP

• Recap.
• Features of QTP.
• Descriptive Programming.
• Objects and Their Identification.
• Areas That Can be automated:
• Highly redundant tasks or scenarios.
• Repetitive tasks that are boring or tend to cause human error
• Well-developed and well-understood use cases or scenarios first
• Relatively stable areas of the application over volatile ones must be automated.
• Type of Tests that can be automated.
• Functional -testing that operations perform as expected.
• Regression -testing that the behavior of the system has not changed.
• Exception or Negative -forcing error conditions in the system.
• Performance -providing assurance that the performance of the system will be adequate for both batch runs and online transactions in relation to business projections and requirements. Read more »

March 2, 2009 Posted by | Software Testing | , , , | Leave a Comment

   

Follow

Get every new post delivered to your Inbox.