Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Guidelines for Manual Testing

This is a discussion on Guidelines for Manual Testing within the Testing Issues forums, part of the Software Testing category; Hi, Pls find this document useful Cheers, Sridevichitthu...

Go Back   Geeks Talk > Software Testing > Testing Issues
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Reply

 

LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 07-22-2008
Expert Member
 
Join Date: Jan 2007
Location: Chennai
Posts: 139
Thanks: 1
Thanked 58 Times in 31 Posts
Sridevichitthu will become famous soon enough
Re: Guidelines for Manual Testing

Hi,

Pls find this document useful

Cheers,
Sridevichitthu
Attached Files
File Type: doc Test plan prerequisites.doc (22.5 KB, 87 views)
Reply With Quote
Sponsored Links
  #22 (permalink)  
Old 07-23-2008
Junior Member
 
Join Date: Jul 2008
Location: Chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
shaligan is on a distinguished road
Re: Guidelines for Manual Testing

Quote:
Originally Posted by sridharrganesan View Post
Hi,

Unit Testing is the White Box Testing Technique.

Unit testing is done against the code and it is done prior to it goes out for System or Performance testing. While doing unit testing the developers will validate the code using the following ways:
1. statement coverage: Here it will be tested that all the statements in the code is necessary and if there are any unwanted line of code it is removed, and code efficiency is increased by this way
2. Decision coverage or branch coverage - here it is tested that all the branch decisions are executed atleast once.
3. Condition coverage- here the condition loop is tested for both the true and false conditions are executed as per the requirement.

When Bugs are marked for the applicaiton while doing system or performance testing, and the bugs are fixed by the developer and once again the unit testing is carried out before deployed for functional or performance testing.

Regards,
Ganesan
Hai Ganesan,
Ur info about the testing process and unit testing is excellent,Thank u so much for ur effort

Regards,
Shalini
Reply With Quote
  #23 (permalink)  
Old 07-24-2008
Junior Member
 
Join Date: Jul 2008
Location: hyderabad
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
sandhya121 is on a distinguished road
Re: Guidelines for Manual Testing

Software Requirement Specification
Reply With Quote
  #24 (permalink)  
Old 08-05-2008
Junior Member
 
Join Date: May 2008
Location: Bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Raghavendra Raichur is on a distinguished road
Re: Guidelines for Manual Testing

Quote:
Originally Posted by Rajasekharreddy.Y View Post
Thanks for giving valuable documentation about Testing......But My question is how the ERP technologies will test.....like SAP,Oracle Apps......

Regards,
Rajasekharreddy.Y
Hi Rajasekar,
I am working in SAP application. Before coming into system test it needs to be tested in unit & intergration. The testing concepts remains same in SAP or any other ERP applications.


Regards,
Raghu
Reply With Quote
  #25 (permalink)  
Old 08-10-2008
Junior Member
 
Join Date: Aug 2008
Location: chennai
Posts: 12
Thanks: 6
Thanked 0 Times in 0 Posts
azzu13 is on a distinguished road
Re: Guidelines for Manual Testing

Hi Every one

I am new to this forum and this is really helpful.
I want to know abt Functional Block Testing?
Reply With Quote
  #26 (permalink)  
Old 08-11-2008
Junior Member
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
quasarsathesh is on a distinguished road
What is AGile Testing , Alpha Testing ?

What is AGile Testing , Alpha Testing ? ...
Could anyone help me out with the above terms .
Reply With Quote
  #27 (permalink)  
Old 08-11-2008
Junior Member
 
Join Date: Aug 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
quasarsathesh is on a distinguished road
What is AGile Testing , Alpha Testing ?

What is AGile Testing , Alpha Testing ? ...
Could anyone help me out with the above terms .
Reply With Quote
  #28 (permalink)  
Old 08-11-2008
Expert Member
 
Join Date: Apr 2008
Location: Tamilnadu
Posts: 1,466
Thanks: 15
Thanked 150 Times in 141 Posts
deepasree has a spectacular aura aboutdeepasree has a spectacular aura about
Re: Guidelines for Manual Testing

hi friend

Alpha testing is simulated or actual operational testing by potential users/customers or an independent test team at the developers' site. Alpha testing is often employed for off-the-shelf software as a form of internal acceptance testing, before the software goes to beta testing

Agile testing is a software testing practice that follows the statutes of the agile manifesto, treating software development as the customer of testing.

Agile testing involves testing from the customer perspective as early as possible, testing early and often as code becomes available and stable enough from module/unit level testing.

hope this will help youu..

Thanks
Deepasree
Reply With Quote
  #29 (permalink)  
Old 09-09-2008
Junior Member
 
Join Date: Sep 2008
Location: United States Of America
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
RanjeetaRajendran is on a distinguished road
Re: Guidelines for Manual Testing

Hi all,,
Im a new entree...really ganesh did an excellent...it gave a nice overview....thanx a lot.....
Reply With Quote
  #30 (permalink)  
Old 09-09-2008
Junior Member
 
Join Date: Sep 2008
Location: United States Of America
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
RanjeetaRajendran is on a distinguished road
Re: Guidelines for Manual Testing

Quote:
Originally Posted by deepasree View Post
hi friend

Alpha testing is simulated or actual operational testing by potential users/customers or an independent test team at the developers' site. Alpha testing is often employed for off-the-shelf software as a form of internal acceptance testing, before the software goes to beta testing

Agile testing is a software testing practice that follows the statutes of the agile manifesto, treating software development as the customer of testing.

Agile testing involves testing from the customer perspective as early as possible, testing early and often as code becomes available and stable enough from module/unit level testing.

hope this will help youu..

Thanks
Deepasree
Hi deepa,
i couldnt understand ur answer,let me say what i know abt tht,,then u review it and tell whether mine answer is correct or not...
Acceptance Testing:
This is the last step of testing once the project is almost complete.
There are two types in it.
1.Alpha testing - This is done before the release of project to client.
2.Beta testing - this is the same testing done at the client place.

Is it correct...whts abt Agile testing???Plz make it clear...

Regards
Ranjeeta.
Reply With Quote
  #31 (permalink)  
Old 09-09-2008
Expert Member
 
Join Date: Jun 2007
Location: Australia
Posts: 260
Thanks: 7
Thanked 15 Times in 15 Posts
Sushma Mosali is on a distinguished road
Re: Guidelines for Manual Testing

hi,

Alpha Testing: In-house testing performed by test team

Beta Testing: A type of user testing taht uses testers who aren't part of your organization and who are members of your product's target market.

Thanks
Sushma
Reply With Quote
  #32 (permalink)  
Old 09-10-2008
Junior Member
 
Join Date: Sep 2008
Location: United States Of America
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
RanjeetaRajendran is on a distinguished road
Re: Guidelines for Manual Testing

Hi sushma,,,
thts clear...Im asking abt agile testing.......
Reply With Quote
  #33 (permalink)  
Old 09-10-2008
Expert Member
 
Join Date: Jun 2007
Location: Australia
Posts: 260
Thanks: 7
Thanked 15 Times in 15 Posts
Sushma Mosali is on a distinguished road
Re: Guidelines for Manual Testing

hi,

please refer to the link http://www.io.com/~wazmo/papers/agil...g_20021015.pdf

Thanks
Sushma
Reply With Quote
  #34 (permalink)  
Old 10-29-2008
Junior Member
 
Join Date: Oct 2008
Location: India
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
Shakkila is on a distinguished road
Re: Guidelines for Manual Testing

Helpful information .. Thank u Sridhar..
Reply With Quote
  #35 (permalink)  
Old 12-02-2008
Junior Member
 
Join Date: Dec 2008
Posts: 6
Thanks: 2
Thanked 0 Times in 0 Posts
shanthi7 is on a distinguished road
Re: Guidelines for Manual Testing

thanks very useful info
Reply With Quote
  #36 (permalink)  
Old 12-03-2008
Junior Member
 
Join Date: Dec 2008
Location: Banglore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
testing_guru is on a distinguished road
Re: Guidelines for Manual Testing

hi everybody,

This is ajith & i am new to this forum.........its very intersting forum and i love testing.....
Reply With Quote
  #37 (permalink)  
Old 12-03-2008
Junior Member
 
Join Date: Dec 2008
Location: Banglore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
testing_guru is on a distinguished road
Re: Guidelines for Manual Testing

can anyone plz give me the link where we can find the realtime projects on testing online?
Reply With Quote
  #38 (permalink)  
Old 12-03-2008
Expert Member
 
Join Date: Apr 2008
Location: Tamilnadu
Posts: 1,466
Thanks: 15
Thanked 150 Times in 141 Posts
deepasree has a spectacular aura aboutdeepasree has a spectacular aura about
Re: Guidelines for Manual Testing

hi testing_guru,

Have u done projects at u r pg level at college, if it is so then first analyse, test and then start writing test cases. Any issues let me know in the forum. I don't think so u will get
realtime projects on testing online?..

Thanks
Deepasree
Reply With Quote
  #39 (permalink)  
Old 12-18-2008
Junior Member
 
Join Date: Dec 2008
Location: Ganj Basoda
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
gaurav.tiwari is on a distinguished road
Re: Guidelines for Manual Testing

Hi to All,
I am just fresher in testing so can say only thanx to u b'coz these questions and answers are very good and usable for every tester.
THANX
Reply With Quote
  #40 (permalink)  
Old 03-15-2009
Junior Member
 
Join Date: Mar 2009
Location: pune
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
MaruthiRamasree is on a distinguished road
Re: Guidelines for Manual Testing

very good information, great
Thank you very much
Reply With Quote
Reply

  Geeks Talk > Software Testing > Testing Issues

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
manual testing procedure rvija Testing Issues 18 1 Week Ago 06:30 AM
Build in a manual testing project Lokesh M Testing Issues 9 02-07-2008 05:22 AM
In manual testing,how do we check database for changes? spd15 Testing Issues 5 12-18-2007 10:49 AM
testing techniques are used in manual web testing sunny_love Web Testing 10 10-22-2007 03:10 AM
Manual Testing prasad79 Testing Issues 0 09-26-2007 04:20 AM


All times are GMT -4. The time now is 03:48 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved