Geeks Talk

Prepare for your Next Interview




Testing Process & Testing Methodologies

This is a discussion on Testing Process & Testing Methodologies within the Testing Issues forums, part of the Software Testing category; What is test methods & types of test methods? Note : This is the question asked by a visitor Irfan.I am posting this in proper forum....


Go Back   Geeks Talk > Software Testing > Testing Issues

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 11-28-2006
Expert Member
 
Join Date: Oct 2006
Posts: 690
Thanks: 0
Thanked 49 Times in 41 Posts
JobHelper is on a distinguished road
Types of Test methods

What is test methods & types of test methods?

Note : This is the question asked by a visitor Irfan.I am posting this in proper forum.

Last edited by jainbrijesh : 06-08-2007 at 07:50 AM.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-05-2006
Contributing Member
 
Join Date: May 2006
Location: Hyderabad, India
Posts: 81
Thanks: 4
Thanked 11 Times in 10 Posts
bharathi_ark is on a distinguished road
There are three methods in Black Box Testing:
1. Usability testing : Generally the black box testing process starts with usability testing. During this testing we are validating whether the application is user friendlyness of build screens. The coverages in this testing are following:
[a]User interface testing : During this coverage we are verifying
a. whether all screens in the application are easy to understand
b. Whether each & every screen is attractive for looking.
c. Whether the application has less no of events to complete task.
[b]Manual Support testing : Whether our application has help documents which are in context sensitive.

2. Funactional Testing : To validate whether our application meets the customer requirements. During this testing we observe below coverages.
[a] Functionality Testing : To validate correctness of every functionality.
[b]Input domain Testing : To validate type & size of every input object
[c]Inter System Testing : To validate Whether our application is coexisting with other applications to share common resources.
[d]comapatability Testing: Whether our application is run on customer expected platforms.
[e]configeration Testing : Whether apllication is running on different technology hardware designs or not?
[f]sanitation Testing : To finding extra functionalities in application w.r.t customer requirements.
[g]parellel Testing: To find strengths & weekness of our application and compare with previous projects or similar products developed by other companies.
[h]Security Testing : To validate whether user is authorised to connect application and whether valid users have permissions to use application.
[i]Recovery Testing: To validate whether application is changing abnormal state to normal state

3. Performance Testing : Testing people are conducting performance testing to estimate speed of processing.
This performance testing is classified into below subtests:
[a]Load testing : The execution of build under customer expected configeration and customer expected load to estimate performance.
[b]Stress testing : The execution of build under customer expected configeration and various load to estimate performance.
[c]Data Volume testing : To estimate peak limit of storage in terms of number of records.
[d]Storage testing : To estimate peak limit of storage in terms of bytes.

Last edited by jainbrijesh : 06-08-2007 at 07:45 AM.
Reply With Quote
The Following User Says Thank You to bharathi_ark For This Useful Post:
  #3 (permalink)  
Old 12-15-2006
Expert Member
 
Join Date: Apr 2006
Location: India, Hyderabad
Posts: 129
Thanks: 19
Thanked 41 Times in 17 Posts
bvani is on a distinguished road
Re: Types of Test methods

good answer ....
Reply With Quote
  #4 (permalink)  
Old 12-15-2006
Contributing Member
 
Join Date: May 2006
Location: Hyderabad, India
Posts: 81
Thanks: 4
Thanked 11 Times in 10 Posts
bharathi_ark is on a distinguished road
Re: Types of Test methods

Hi bvani,
Thanku
Reply With Quote
  #5 (permalink)  
Old 05-03-2007
Junior Member
 
Join Date: May 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
bobbybindaas is on a distinguished road
structured test methods and processes

Could anyone let me know what are structured test methods and processes.

I was asked in an interview about this.

cheers
bobby
Reply With Quote
  #6 (permalink)  
Old 05-04-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: structured test methods and processes

Quote:
Originally Posted by bobbybindaas View Post
Could anyone let me know what are structured test methods and processes.

I was asked in an interview about this.

cheers
bobby
As i know, they were asking about white box testing methods.

Because structured testing is white box testing.

correct me if i am wrong...
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #7 (permalink)  
Old 05-04-2007
Junior Member
 
Join Date: May 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
bobbybindaas is on a distinguished road
Re: structured test methods and processes

Even I'm not sure brijesh.I tought the same but for a tester what is the point in knowing about white box methods and process.
Reply With Quote
  #8 (permalink)  
Old 05-04-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: structured test methods and processes

Quote:
Originally Posted by bobbybindaas View Post
Even I'm not sure brijesh.I tought the same but for a tester what is the point in knowing about white box methods and process.
May be interviewer wants to put up questions on cyclomatric complexity which is part of white box testing, or the interviewer is the developer.

see you use white box technique or not but you should have the knowledge(overview), you should ready for every situation.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #9 (permalink)  
Old 05-30-2007
Contributing Member
 
Join Date: May 2006
Location: Hyderabad, India
Posts: 81
Thanks: 4
Thanked 11 Times in 10 Posts
bharathi_ark is on a distinguished road
Testing Process & Testing Methodologies

Hi
Frds

Can anybody tell me about How do describe testing process and testing methodologies?
Reply With Quote
  #10 (permalink)  
Old 05-31-2007
Contributing Member
 
Join Date: May 2007
Location: India
Posts: 94
Thanks: 2
Thanked 5 Times in 5 Posts
vijenjoy2k2 is on a distinguished road
Re: Testing Process & Testing Methodologies

Testing process is followed differently in diff. Organization. It is follows as : test plan design and document test cases execute test cases evaluate test results bug reporting regression testing. Testing methodologies means which technique u r using for design test cases such as bva ecp ceg. Testing methodologies also means which development model u r using for developing software application. V model waterfall model etc. If rectify me also if i found wrong.
Reply With Quote
The Following User Says Thank You to vijenjoy2k2 For This Useful Post:
  #11 (permalink)  
Old 06-08-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Testing Process & Testing Methodologies

Quote:
Originally Posted by bharathi_ark View Post
Hi
Frds

Can anybody tell me about How do describe testing process and testing methodologies?
Dear bharathi,

I want to know how you will differentiate "testing methods and testing methodologies?"

Because as I know it's same and even you have answered it earlier.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #12 (permalink)  
Old 09-20-2007
Junior Member
 
Join Date: Sep 2007
Location: LONDON
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
bugheads4sevy is on a distinguished road
Re: Testing Process & Testing Methodologies

thank you very much...
Reply With Quote
  #13 (permalink)  
Old 09-20-2007
Junior Member
 
Join Date: Sep 2007
Location: Chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
kumesh.T is on a distinguished road
Re: Testing Process & Testing Methodologies

could you please tell me what type of testing handled by Oracle 10g database
Reply With Quote
  #14 (permalink)  
Old 09-20-2007
Junior Member
 
Join Date: Sep 2007
Location: LONDON
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
bugheads4sevy is on a distinguished road
Smile Re: Testing Process & Testing Methodologies

hi kumesh
i have recently join the site as i have start to doing the software testing course..i am very new to this even though i am in IT quite a long time..Please accept my apologize not be able to answer your question...hopefully it will be very soon for me to answer many questions..take care...
Reply With Quote
  #15 (permalink)  
Old 09-24-2007
Junior Member
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
mdakhtar545 is on a distinguished road
Thumbs up Re: Types of Test methods

Quote:
Originally Posted by JobHelper View Post
What is test methods & types of test methods?

Note : This is the question asked by a visitor Irfan. I am posting this in proper forum.
Hi,
The below link may Help you find all your Queries.
www . softwareqatest . com/qatfaq1 . html#FAQ1_2

Man this is a typical Defination of Software Testing:

Testing involves operation of a system or application under controlled conditions and evaluating the results (eg, 'if the user is in interface A of the application while using hardware B, and does C, then D should happen'). The controlled conditions should include both normal and abnormal conditions. Testing should intentionally attempt to make things go wrong to determine if things happen when they shouldn't or things don't happen when they should. It is oriented to 'detection'. (See the Bookstore section's 'Software Testing' category for a list of useful books on Software Testing.)

Organizations vary considerably in how they assign responsibility for QA and testing. Sometimes they're the combined responsibility of one group or individual. Also common are project teams that include a mix of testers and developers who work closely together, with overall QA processes monitored by project managers. It will depend on what best fits an organization's size and business structure.

As of METHODS There are Many You Can Find Their.

I hope this will Do your job!!!!!!!!!
Reply With Quote
The Following User Says Thank You to mdakhtar545 For This Useful Post:
Reply

  Geeks Talk > Software Testing > Testing Issues


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Database Testing Procedure and Process suda_2007 Testing Issues 2 10-17-2007 02:50 AM
Backend testing complete process ayodhya Testing Issues 1 06-20-2007 02:49 AM
Auditing Software Testing Process Lokesh M Testing Issues 1 06-08-2006 08:56 PM


All times are GMT -4. The time now is 01:12 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved