Geeks Talk

Prepare for your Next Interview




manual testing procedure

This is a discussion on manual testing procedure within the Testing Issues forums, part of the Software Testing category; I am new to testing, could someone please tell me the step by step procedures to go about in manual testing? how is it done in real world?...


Go Back   Geeks Talk > Software Testing > Testing Issues

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 03-15-2007
Junior Member
 
Join Date: Dec 2006
Location: US
Posts: 2
Thanks: 0
Thanked 2 Times in 2 Posts
rvija is on a distinguished road
manual testing procedure

I am new to testing, could someone please tell me the step by step procedures to go about in manual testing? how is it done in real world?
Reply With Quote
The Following User Says Thank You to rvija For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 03-27-2007
Junior Member
 
Join Date: Mar 2007
Location: Kolkata
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
chiranjib S is on a distinguished road
Re: manual testing procedure

Hi.
Welcome to the testing world :-)
I hope u have clear idea about SDLC.Almost same life cycle should be follwed in testing life cycle also starting from requirement gatharing to bug fixing.
i am trying to give you some idea abt this cycle,some steps might be missed:
1.Testing requirement gathering
2.Testing requirement analysis
3.Sign Off requirement
4.Test strategy fixing
5.Preparing Test Cases
6.Review and freeze test cases
7.Execution of test cases
8.Report the bugs
9.Fixing the bugs
10.Retest and close the bugs
11.Prepare the defect summary report

hope i have covered almost all the steps.
Please reply back if you need more information.

Thanks.
Chiranjib.
Reply With Quote
The Following User Says Thank You to chiranjib S For This Useful Post:
  #3 (permalink)  
Old 04-03-2007
Junior Member
 
Join Date: Apr 2007
Location: india
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
indersivia is on a distinguished road
Re: manual testing procedure

hi there,
well im new to testin area...could u plz tell me wt is SDLC or SDLC processes ??
thanks & regards,
inder
Reply With Quote
  #4 (permalink)  
Old 04-04-2007
Junior Member
 
Join Date: Jan 2007
Posts: 17
Thanks: 6
Thanked 2 Times in 2 Posts
friend_smart is on a distinguished road
Re: manual testing procedure

Hi inder sdlc means software development life cycle this has the following activities. 1. Software requirements analysis 2. Systems analysis and design 3. Code generation 4. Testing 5. Maintenance
Reply With Quote
The Following User Says Thank You to friend_smart For This Useful Post:
  #5 (permalink)  
Old 09-28-2007
Junior Member
 
Join Date: Sep 2007
Location: hyderabad
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
gandhi pavan is on a distinguished road
Hello to geekinterview.

i would to write online testing on manual tasting.

Last edited by jainbrijesh : 09-28-2007 at 03:49 AM.
Reply With Quote
  #6 (permalink)  
Old 10-01-2007
Junior Member
 
Join Date: Sep 2007
Location: UK
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ramu.makineni is on a distinguished road
Re: manual testing procedure

manual test organization test team leader ----> sets test strategy---->mission/business analysts --->test objectives ----->test analysts/designers----------> manual test cases and scripts---->testers please reply back if you need more information. Thanks ram
Reply With Quote
  #7 (permalink)  
Old 10-10-2007
Junior Member
 
Join Date: Apr 2007
Location: midhani
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
lathagangaraju is on a distinguished road
Re: manual testing procedure

After approal of the project BA will release the SRS. Testers and developers go through this document. Later they will conduct a meeting in this meeting if u have any doubts in SRS regarding terminalogy or confussion sentences they will clarify and some times they will send a template with SRS u have doubts u can write and send to BA.Mean time senior people will prepare like test leads,UCD usecase document.with this Business rules will be attached. Based on these two testers have to develop test cases in the given test case templete. while developing the test cases whenever required u have to apply business rules and while preparing test data BVA AND ECP have to apply. After the build is released tester has to execute the test cases. If they found the bug they send to the leads if it is rellay a bug it is open this bug when tester found its status is new. After bug is rectified againg we have to test the total functionality. Who have clear idea in the project they may involve insystem testing it will do after deployment . after total modules were developed all the modules are integrated. this done before system testing. At last database testing will be done.



Test metrics will be prepared by testers.
Reply With Quote
  #8 (permalink)  
Old 10-16-2007
Moderator
 
Join Date: Sep 2007
Location: Chennai, INDIA
Posts: 406
Thanks: 2
Thanked 152 Times in 81 Posts
sridharrganesan will become famous soon enoughsridharrganesan will become famous soon enough
Re: manual testing procedure

Testing is method to verify and validate that the system or application under test performs as per the requirements.

Manual Testing is the means by which the System is tested manually without the use of any Automation Tools. The system can be tested for its Functionality and its Performance.

As per the SDLC the Testing starts after the Development. The simple Life cycle of a Software is
Requirement --> Design --> Coding / Development --> Testing --> Implementation --> Maintenance.

The Testing activity will begins once after the Requirement is done. The Testing starts of with the analysis of the Test requirement. Once the analysis is done, the estimation and schedule is done for the duration of testing activity. Then the Requirements are splitted into smaller parts as Test cases, which will reviewed by the senior members and business analysts. The Test case is a template having the Description, The testing action, Expected result and the Actual Result column. Once the application is ready for testing the test cases are executed against the application and the actual results are recorded. If the actual result varies from the expected one the test cases fail and the defects are logged. And after the defects are accepted it will fixed and then retested, if the defect is validated is closed. This activity is carried till the defects are closed.

This is the approach that are carried out in Manual testing. I hope you get some knowledge regarding manual testing.

Ganesan R
Reply With Quote
  #9 (permalink)  
Old 10-16-2007
Junior Member
 
Join Date: Sep 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Patil_Krupa is on a distinguished road
Smile Re: manual testing procedure

Following is the procedure must followed in manual testing 1. Tester should go through requirement documents.(requirement analysis) 2. Go through the documents which are created by developers. 3. Create the test plan on the basis of both documents. Test plan includes: 1. Objective 2. Scope 3. Area of focus 4. Time estimation - how much time required to test 5. Resources: how many team members are included in testing. 4. Create the detail level test cases including all the testing scenario's (positive+negative) 5. After creation of test case, execute the test cases and verify the actual and expected result. 6. If find any defect then make the entry in the bug tracking tool (like:bugzila) and mentioned the defect number in the test case. 7. After the defect is fix by developer then re-verify the defect and then close the defect. I have mentioned the steps which we followed in our company. If i am wrong then please correct me and let me know
Reply With Quote
  #10 (permalink)  
Old 10-28-2007
Junior Member
 
Join Date: Oct 2007
Location: hyderabad
Posts: 7
Thanks: 1
Thanked 1 Time in 1 Post
jyoti akella is on a distinguished road
Re: manual testing procedure

manual testing steps
1.Requirement gathering
-objective
-entry criteria
-activities
-exit criteria
-risk based testing
-test requirement management
test strategy
-configuration matrix
-critical sucess factor or quality sucess factor
a.usability
b.maintability
c.scalability
d.portability
-issue escalation/problem reporting
-risk and action plan
-defect reporting process
-test environment
-measurement techniques
test planning
-system description
-scope of testing
a.inscope of testing
b.out of scope of testing
-schedules and time lining
a.over all status
-training plan
-estimations
-client deliverables
-risk and action plans
a.risk portability
b.risk impact
c.risk exposure value
-roles and resposibility
a.roles of test manager
b.roles of test lead
c.roles of test engineers
test design
-usecase design/analysis
-scenarions identification
-test case preparation
test execution

pls inform me if any thing is wrong in my answer
Reply With Quote
  #11 (permalink)  
Old 01-15-2008
Junior Member
 
Join Date: Jan 2007
Location: new delhi
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
nareshgupta12 is on a distinguished road
Thumbs up Re: manual testing procedure

manual testing procedure basically consist of a set of activities which include (i)the detailed analysis of the Software Requirement Specification of the software.
(ii)On the basis of SRS prepare the test Plan
(iii)Prepare the test cases.
(iii)Execute the test cases.
(iv)Analyze the result.
(v)Report the Bug If Found.
...........
Reply With Quote
  #12 (permalink)  
Old 07-14-2008
Junior Member
 
Join Date: Jul 2008
Location: bangalore
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
riyazedkal is on a distinguished road
Re: manual testing procedure

I am new to testing, how much time to take a testing for simple master form in manual testing
Reply With Quote
  #13 (permalink)  
Old 07-14-2008
Junior Member
 
Join Date: Jul 2008
Location: bangalore
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
riyazedkal is on a distinguished road
Re: manual testing procedure

Quote:
Originally Posted by riyazedkal View Post
I am new to testing, how much time to take a testing for simple master form in manual testing
I am new to testing, how much time to take a testing for simple master form in manual testing
Reply With Quote
  #14 (permalink)  
Old 07-15-2008
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 139
Thanks: 1
Thanked 44 Times in 29 Posts
Sridevichitthu is on a distinguished road
Re: manual testing procedure

Hi riyazedkal,

Here is the Article i found for the time schedule for testing ,this article is based on time schedule for web testing.

This question pops up in various forms all the time. It boils down to "We don't have enough time to test everything, so what do we test?" Not having enough time, of course, is not only the status quo for testing software, it is a universal truth for any software that will ever go into production.
Given that, here's my advice.


1.Start by forgetting that you have any test cases at all.

2.Make a list (quickly -- remember we don't have enough time to test, so let's not waste what little time we have making lists) of each of the following usage scenarios. I usually limit myself to five on the first pass, but no matter what, move on to the next category as soon as you find yourself thinking about the category you are on. If you have to stop and think, whatever you come up with isn't important enough.

a.What things will users do most often with this application?
b.What areas of this application are most likely to contain show-stopping defects?
c.What parts of this application are critical to the business?
d.Are any parts of this application governed by legal or regulatory agencies?
e.What parts of the application would be most embarrassing to the company if broken?
f.What parts of the application has my boss said must be tested?

3.Prioritize the list. If you've made the list in a word processor or using note cards, this will take under 60 seconds (if you have to write a new list by hand and you write as slowly as I do, it will probably take a little longer. Here are the rules for prioritizing.

a.Count the number of times a scenario appears in any of your categories. The more times the scenario appears, the higher the priority.
b.In case of a tie, 'a' comes before 'b' comes before 'c,' etc.

4.Now scan your test cases. Note which ones are covered and which ones aren't. On the ones that aren't covered, ask yourself, "Can I live with not testing this?" If the answer is no, add it to the bottom of the list.

5.Start testing.

6.If you complete these tests before time is up, do the same exercise again without repeating any usage scenarios. If not, at least you have a defensible list of what you did and did not test and lost all of about 15 minutes of testing time creating that list.

In case you're wondering, this approach is derived from my FIBLOTS heuristic for deciding what usage scenarios to include when developing performance tests. FIBLOTS is an acronym representing the words that complete the sentence "Ensure your performance tests include usage scenarios that are:

• Frequent
• Intensive
• Business critical
• Legally enforceable
• Obvious
• Technically risky
• Stakeholder mandated."

I guess for functional testing, it would be "Ensure you test usage scenarios that are:

• Frequent
• Risky
• Business critical
• Legally enforceable
• Obvious
• Stakeholder mandated."

Too bad the acronym FRBLOS isn't as easy to remember as FIBLOTS.

Also please find the file attached
Attached Files
File Type: doc TCP[1].doc (104.5 KB, 39 views)
Reply With Quote
  #15 (permalink)  
Old 4 Weeks Ago
Junior Member
 
Join Date: Oct 2008
Location: hyderabad
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
keemo is on a distinguished road
Re: manual testing procedure

Hi,
Iam doing manual testing from last month.Now I want to learn QTP.Is it possible to learn QTP by open source.
Please suggest.
And please let me know some information regarding QTP.

Regards,
Keemo.
Reply With Quote
  #16 (permalink)  
Old 4 Weeks Ago
Expert Member
 
Join Date: Apr 2008
Location: tamilnadu
Posts: 714
Thanks: 15
Thanked 67 Times in 65 Posts
deepasree will become famous soon enough
Re: manual testing procedure

hi keemo,

It is possible to learn QTP , because along the mercury product you have inbuilt documentation which helps you to learn quickly

Thanks
Deepasree
Reply With Quote
  #17 (permalink)  
Old 1 Week Ago
Junior Member
 
Join Date: Nov 2008
Location: chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
kesumallikarjuna is on a distinguished road
Re: manual testing procedure

how to become master in manual testing. that is writing test cases..etc,
Reply With Quote
  #