Pages

Friday, June 7, 2013

MANUAL TESTING ONLINE TRAINING

  Manual testing an Introduction
Manual testing is the oldest and most rigorous type of software testing. Manual testing requires a tester to perform manual test operations on the software without the help of Test automation. Manual testing is a laborious activity that requires the tester to possess a certain set of qualities; to be patient, observant, speculative, creative, innovative, open-minded, resourceful, unopinionated, and skillful. 
A manual tester would typically perform the following steps for manual testing:
1.Understand the functionality of program
2.Prepare a test environment.
3.Execute test case(s) manually
4.Verify the actual result
1.Record the result as Pass or Fail
2.Make a summary report of the Pass and Fail test cases
3.Publish the report
4.Record any new defects uncovered during the test case execution
There is no complete substitute for manual testing. Manual testing is crucial for testing software applications more thoroughly. Test automation has become a necessity mainly due to shorter deadlines for performing test activities, such as regression testing, performance testing, and load testing.
Manual Testing: - Manual testing is a testing technique, where test engineer test the software manually. The test engineer, who carries out all the test cases and executes on the application manually, step by step and indicates whether a particular step was accomplished successfully or whether it failed, performs manual testing. At the time of manual testing tester need only test case and with the information how to execute those test case. Test Complete gives you an opportunity to create and manage manual tests when testing your application. After adding a Manual Testing project item to your project, you can create a collection of steps to be performed when the application is being tested, with a description and detailed instructions for each step. Test case is also written for all type of testing according to test strategy of test plan. Test engineer writes test cases on base of design document of the software. Manual testing is always a part of any testing effort. It is especially useful in the initial phase of software development, when the software and its user interface are not stable enough, and beginning the automation does not make sense.
Advantage:-
1. Manual testing can be use in both small and big project,
2. Easily we reduce and added our test case according to project movement.
3. It is covered in limited cost.
4. Easy to learn for new people who are entered in manual testing.
5. Manual is more reliable then automated (in many cases automated not cover all cases)
6. It allows the tester to perform more ad-hoc. In my experiences, more bugs are found via ad-hoc than via automation. And, the more time a tester spends playing with the feature of the software so he gets few user level bugs.
  • Formal Information about Tools and Its Support Languages.
  • Diagram of both manual and automated testing
  • Advantage and disadvantage of manual and automated testing techniques
  • Key Features
Disadvantage:-
1. GUI object size difference and color combination etc is not easy to find out in manual testing.
2. Actual load and performance is not possible to cover in manual testing for large number of users.
3. Running test manually is very time consuming job.
A typical testing life cycle is as follows:
Software Testing Life Cycle:
  • Test Plan
  • Test Development
  • Test Execution
  • Analyse Results
  • Defect Tracking
  • Summarise Report
For detailed description of various Software development lifecycle models, please click here.
     Test Plan :
It is a document which describes the testing environment, purpose, scope, objectives, test strategy, schedules, mile stones, testing tool, roles and responsibilities, risks, training, staffing and who is going to test the application, what type of tests should be performed and how it will track the defects.
Test Development :
  • Preparing test cases
  • Preparing test data
  • Preparing test procedure
  • Preparing test scenario
  • Writing test script
    Test Execution :
In this phase we execute the documents those are prepared in test development phase.
   Analyse result :
Once executed documents will get results either pass or fail. we need to analyse the results during this phase.
   Defect Tracking :
When ever we get defect on the application we need to prepare the bug report file and forwards to Test Team Lead and Dev Team. The Dev Team will fix the bug. The retesting of the application is carried out.
For a detailed list of Software defect tracking tools please click here.
   Summarise Reports :
  • Test Reports
  • Bug Reports
  • Test Documentation

No comments:

Post a Comment