Tuesday, April 21, 2009

Testcase Template format of manual testing

Date
Report Prepared by
Test Case Id
Link
Type
Test Case Description
Steps
Test Data
Expected Result
Actual Result
Status
Comments
Click here to Download Live example Test Case Template

Networking simplified. Network Magic 5.0 now available. Greater protection, less stress.

Friday, April 17, 2009

University launched by HP in India

HP Software University launched

Bangalore (PTI): IT major Hewlett Packard on Thursday said it has launched a new training programme in association with Indian Institute of Hardware Technology (IIHT) to meet the growing demand for software professionals in the country.

The company said the 'HP Software University'(HPSU) is the first of its kind programme in the non-enterprise training space, aimed at addressing the growing demand for software testing professionals in India.
50% off MS Math at Microsoft Store! Limited time offer.

The programme would offer students accredited training on HP Software and a curriculum path surrounding testing software from HP like Quick Test professional and LoadRunner. Certified professionals would gain access to special HP Software online resources, providing the latest in software news, product information, job openings and more.

The programme would be initially launched in Mumbai, Delhi, Pune, Kolkata, Hyderabad, Noida, Chennai and Bangalore. IIHT Chief Executive Officer Keshava Raju said, "With this programme, our graduates will be equipped with unique skills that will benefit and make them more marketable."

HP Software University is aimed at providing students a competitive edge in the software testing industry, said HP India Managing Director Neelam Dhawan.

The software testing market in India is expected to grow at rate of 56 per cent to 13 billion by 2010.

IIHT
#6-3-790/4 & 48, Pavans Vanigya Vihar
Shop #302, 3rd Floor
Ameerpet
Sanjeev Reddy Nagar
Hyderabad-500038
Landmark: Opposite Foverton Anupama Hotel
Phone: 040-66633521

50% off MS Math at Microsoft Store! Limited time offer.

Microsoft Store
Free SEO Friendly Directory
FreeWebSubmission.com

Monday, April 13, 2009

Information regarding different books on software testing.

Hi Everybody

Those who want to start a career in software testing. They can buy these books.
Software Testing Books

Saturday, April 11, 2009

What is Database Testing?

For every project there will be a back end. Back end is very important to store large amount of data. In php projects generally we use mysql database. While testing data base we will test the fields.
For example while creating username field we will follow this

Field Name:Username

Form Field:Text Field

Validations:
6-20 characters limit.
Alpha numeric values allowed.
Only hyphen allowed among the specials characters.
Spaces not allowed.

While Testing we will generally enter more than 20 characters in the form filed username and check whether it is accepting.
We will check all the above values i.e Alphanumeric values(0-9,a-z,A-Z),-,spaces.
Generally we will do load testing on database.



Thursday, April 9, 2009

Blogger Buzz: Blogger & Google Reader Party @ SXSW

Blogger Buzz: Blogger & Google Reader Party @ SXSW


Saturday, April 4, 2009

What is test planning?

The testing effort starts when you begin test planning and test case design.Depending on the thoroughness of the specifications and your schedule, you can start planning as soon as the requirement document is circulated.

IEEE Standard definition of Test Plan:
A detailed report of how the testing will proceed, how will do the testing,what will be tested,in how much time the testing will be completed, and to what quality level the testing will be completed.



Here i am giving real time project test plan template

Test Plan Template:

Name of the product: Web site regarding car site.
Euro Imports
Name of preparers
Kavitha, Karthik, Rushyendra and Santosh

Date:25-2-2009
Table of contents:
Introduction:Euro Imports is a site which deals with the display of Automobiles i.e. cars. It consists of two parts admin and front end. Admin will display the cars from the back end and users will see the details and price. Users can send there feed to admin regarding the cars displayed. Depending on the user feedback admin will contact user by phone or email.

Objectives and task
Objectives:
Business objectives:Why the client is opting for a website.
Reasons may be
1) To attain New Customers.
2) To attain more sales to existing.
3) To cut down expenses of advertising costs.
4) To lower distribution costs.
5) Faster Information.
6) To give better customer service.

Testing Objectives:
1)To satisfy customer.
2)To give error free website.

Tasks:
What kind of testing you are doing?
Is the testing manual one or automated one.
If it is manual then you need to test everything manually i.e., functionality, GUI, Browser compatibility, OS Compatibility, Load Testing.
How you are reporting your errors?
The errors should be reported in simple way. So that the programmer can understand quickly and able to resolve the bug.
If you write the bug report in a lengthy way and not exactly to the point. Then there is a chance that the programmer will reject the bug.
The test lead will decide that how will do testing,in how much time the testing should be completed and up to what extent the testing has been completed.
How will do post testing?
I.e when some modifications are done in the build then who will do regression testing.



Scope of the project:
General:
This section describes what is being tested, such as Functionality, GUI, Performance of a website.
Basically this is a website of automobiles which display cars.
The site should be browser compatible.
I.e., site should be displayed properly in all the browsers without any design errors and functionality errors.



Unit Testing:

Unit testing is basically done by programmer's. In unit testing one small module will be taken by programmer and will be tested so that it behaves exactly as required. For example a registration form will be tested for validation and after that integrated with the other modules.

System and Integration Testing:
Once all the modules are completed. Then integration test is performed to test all the modules and check whether the system is behaving as expected.
For example in an ecommmerce website where products are displayed for selling. We will test whether the order process is accurately done by giving a test order after integration of all the modules.


User Acceptance Testing:
User acceptance test is done by customer to check whether the requirements are met perfectly. The customer will check the site before making it live.
Hardware Requirements:
Computer
Domain
Internet



Thursday, April 2, 2009

What are the standard deliverables provided as part of testing?

Hi every body,

The standard deliverables provided as part of testing are as follows

1)Test Trace-ability matrix

2)Test Plan

3)Test Strategy

4)Test Cases

5)Test Scenarios

6)Test Scripts

7)Test Data

8)Test Results

9)Test Summary Report

10)Release Notes

11)Tested Build