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.

Which type of testing is first carried out

This is a discussion on Which type of testing is first carried out within the Testing Issues forums, part of the Software Testing category; Can anyone tell how to determine what to test first? Thanx Jenita...

Go Back   Geeks Talk > Software Testing > Testing Issues
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 12-12-2006
Junior Member
 
Join Date: Nov 2006
Location: Memphis
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Jenita is on a distinguished road
Re: Difference between sanity and smoke test

Can anyone tell how to determine what to test first?
Thanx
Jenita
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-05-2007
Junior Member
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
d.TestEngineer is on a distinguished road
Which type of testing is first carried out

If any application is given to you how do you start testing? Which type of testing is first carried out for any client-server or web based application?

Please explain me in details.
Reply With Quote
  #3 (permalink)  
Old 05-05-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 110 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: Which type of testing is first carried out

Quote:
Originally Posted by d.TestEngineer View Post
If any application is given to you how do you start testing? Which type of testing is first carried out for any client-server or web based application?

Please explain me in details.
See it depends on that at which level you get the application.
If you get it complete in all aspects then of course you have to start with functionality testing with positive test cases.
__________________
--
Brijesh Jain
Reply With Quote
  #4 (permalink)  
Old 05-07-2007
Contributing Member
 
Join Date: Feb 2006
Location: Beverly, Boston
Posts: 43
Thanks: 1
Thanked 1 Time in 1 Post
smartarun is on a distinguished road
Re: Which type of testing is first carried out

The Application which is assigned for testing is irrespective. It depends on the setup, guidelines, frameworks etc. If the application has the Specification Doc, SRS (Software Req. Specification), Functional Doc...etc. Then you are known that you should start with so and so testing first.

If nothing is provided to you and still you need to test the application, then Exploratory Testing is the first step to start. From this you get to know the application behaviour / Functionality. Then you go-ahead with remaining testing methods.

Hope you got answer

Thanks & Regards

Arun
Reply With Quote
  #5 (permalink)  
Old 05-12-2007
Junior Member
 
Join Date: May 2007
Location: Hyderabad
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
satishlingala is on a distinguished road
Re: Which type of testing is first carried out

Testing should be started as follows when a new build is given for testing
1. Smoke Testing should be done first in order to see if any showstoppers are there in the application.
2. If there are no showstoppers then start Functional Testing with execution of testcases.
3. Integration Testing between modules shuld be tested with execution of Integration testcases.
4. If every thing goes fine with th build start System Testing

Please correct me if am wrong.
Reply With Quote
The Following User Says Thank You to satishlingala For This Useful Post:
  #6 (permalink)  
Old 05-22-2007
Expert Member
 
Join Date: Nov 2006
Location: Hyd-IND
Posts: 528
Thanks: 1
Thanked 63 Times in 50 Posts
sutnarcha is on a distinguished road
Re: Which type of testing is first carried out

I strongly agree with satishlingala
__________________
Lack of WILL POWER has caused more failure than
lack of INTELLIGENCE or ABILITY.

-sutnarcha-
Reply With Quote
  #7 (permalink)  
Old 05-23-2007
Expert Member
 
Join Date: Apr 2007
Location: Kolkata
Posts: 151
Thanks: 3
Thanked 11 Times in 10 Posts
debleena23 is on a distinguished road
Re: Which type of testing is first carried out

Quote:
Originally Posted by satishlingala View Post
Testing should be started as follows when a new build is given for testing
1. Smoke Testing should be done first in order to see if any showstoppers are there in the application.
2. If there are no showstoppers then start Functional Testing with execution of testcases.
3. Integration Testing between modules shuld be tested with execution of Integration testcases.
4. If every thing goes fine with th build start System Testing

Please correct me if am wrong.
Absolutely correct.....

But this is only for a Functional Testing Purpose. If the application is given for Performance testing then....
First a Smoke Test is needed, then a proper Load Test or a Stress Test
Reply With Quote
The Following User Says Thank You to debleena23 For This Useful Post:
  #8 (permalink)  
Old 05-27-2007
Junior Member
 
Join Date: May 2007
Location: Hyderabad
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
satishlingala is on a distinguished road
Performance Testing will be started only after functinla testing is completed. So again smoke testing will not come into picture.
Start performance (load or stress or volume) as per the documentation prepared for it.

Last edited by jainbrijesh; 05-28-2007 at 12:37 AM.
Reply With Quote
  #9 (permalink)  
Old 05-28-2007
Junior Member
 
Join Date: May 2007
Location: Bangalore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Sanjay.K is on a distinguished road
Re: Which type of testing is first carried out

Quote:
Originally Posted by debleena23 View Post
Absolutely correct.....

But this is only for a Functional Testing Purpose. If the application is given for Performance testing then....
First a Smoke Test is needed, then a proper Load Test or a Stress Test
Actually Integration testing is a whitebox testing, how it is done by black box tester?
Reply With Quote
  #10 (permalink)  
Old 06-20-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 110 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: Which type of testing is first carried out

Quote:
Originally Posted by Sanjay.K View Post
Actually Integration testing is a whitebox testing, how it is done by black box tester?
Integration testing is not only white box testing.Black box Integration testing is also performed to uncover errors which can't uncover using white box testing.
__________________
--
Brijesh Jain
Reply With Quote
  #11 (permalink)  
Old 07-05-2007
Contributing Member
 
Join Date: Feb 2006
Location: Beverly, Boston
Posts: 43
Thanks: 1
Thanked 1 Time in 1 Post
smartarun is on a distinguished road
Thumbs up Re: Difference between sanity and smoke test

Quote:
Originally Posted by Jenita View Post
Can anyone tell how to determine what to test first?
Thanx
Jenita

It depends on the requirement how the client or the project specification document says.

But in general obviously it starts of with usual White box testing from developer's end. Then once the integration testing is done at developer;s end. They check for system(application) stability which is feasible for testing further. Once the builds and everything goes. Then they certify for Blackbox testing where different types of testing is conducted. Like.. It starts with Functional Testing, Regression (if bugs logged and fixed...bug life cycle goes), then system testing (Load, Performance, security, volume...etc), Alpha testing, beta testing..etc and goes on.

Hope you got the answer. But everything is studied, planned accordingly when you kickoff project. At that time the QA Manager, Business Analyst, Project Manager...etc will have a discussion on different types of activities which they need to perform on project and they decide on resources, estimations ...etc and there it goes.

Thanks & Regards

Arun*
BOSTON, MA - 01752
Reply With Quote
  #12 (permalink)  
Old 07-06-2007
Junior Member
 
Join Date: Jul 2007
Location: Banglore
Posts: 24
Thanks: 6
Thanked 4 Times in 3 Posts
sowji_mca is on a distinguished road
For any type of application firstly we have to test by giving some samples of data so that 90% of errors can be reduced.

by using white box testing only we cannot remove the errors. This type of testing is used for any logical errors, input errors etc.. But the black box testing identifies all the system errors.

Last edited by jainbrijesh; 07-06-2007 at 04:28 AM.
Reply With Quote
  #13 (permalink)  
Old 07-09-2007
Junior Member
 
Join Date: Jul 2007
Location: Bangalore
Posts: 4
Thanks: 0
Thanked 2 Times in 1 Post
idreams27 is on a distinguished road
Cool Re: Which type of testing is first carried out

Hi Guys,
I registered to this forum just last week. As my first attempt i will try answer to this question.

I feel your question should be clear like..is it testing carried out during coding(white-box testing) or after coding(system testing).

Let me clear this to you. Basically we can isolate this into 2 categories of testing 1. Pre-System Testing
2. System Testing.

Pre-System Testing: Usually this testing is carried out before the actual application comes to system testing. In this we will be involved in testing at various phases like
a. Requirements Testing called Requirements Verification
b. Design Testing called Design Verification
c. Code testing called white-box testing which is termed as unit testing.

Requirements Verification can be carried out by the dev team and also by testing team to ensure all requirements are covered and captured based on the business requirements and other stakeholders.

The same way design verification can be carried out by dev team and design expert relevant to the technology.

Once these 2 verifications are finished then comes unit testing which will be carried out by dev team as peer & external reviews. Once all these are completed then the application is ready for actual testing by testing team.

System Testing: In this testers can carry out various types of testing based on the application. Like Smoke testing, Sanity testing, Functional testing, Regression testing and Retesting.

The above specified types of testings can be carried purely if you have detailed requirements in place and testcases drafted based on them.

Few more types of testings can be carried out like exploratory testing and retesting if requirements are incomplete or available at high-level. Because tester will not be able to document testcase in detailed based on these incomplete requirements. So during his test execution what ever testcases he come across and based on the impact they will be added to the testcase design as negative scenarios.

This is the detailed explanation on types of testings. Again coming to your Question if it is related to testing carried out by testers then the first testing that we carry out is SMOKE Testing. Once this is passed then the next level is either we do SANITY testing or we continue with actual FUNCTIONAL Testing followed by Regression Testing and Retesting.

In SMOKE Testing (very First Testing) we will ensure that the minimum critical functionalities of the application are passed.

But we dont have SMOKE Testing as first testing when the application do have incomplete and high-level requirements. In this we start directly with Exploratory Testing i.e directly hitting the application following few methods like ADHOC, MONKEY, FREE-LANCE Testing.

Once all these are completed and tester approves the quality of the application as good, then if project demands we will be doing NON-Functional Testings called PERFORMANCE, SECURITY, USABILITY Testings.
.

I hope i answered your question. For any clarifications you can ping me at idreams27@yahoo.com

Thanks
Narasimha Reddy
Reply With Quote
The Following 2 Users Say Thank You to idreams27 For This Useful Post:
  #14 (permalink)  
Old 07-10-2007
Contributing Member
 
Join Date: Feb 2006
Location: Beverly, Boston
Posts: 43
Thanks: 1
Thanked 1 Time in 1 Post
smartarun is on a distinguished road
Re: Which type of testing is first carried out

It depends on the requirement, specification document which is obtained. Everything is mentioned in the document. What and which type of testing is to be carriedout.

Basic testing should be performed this everyone knows. But the one which should be started depends on application/product, client requirement..etc. Either you go for whitebox or blackbox testing. But both are compulsory to test for its feasibility.

Arun
Reply With Quote
  #15 (permalink)  
Old 08-17-2007
Junior Member
 
Join Date: Aug 2007
Location: hyderabad
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
venkat_doda is on a distinguished road
Hi everybody


Can anybody tell me mostly used testing types?

Last edited by jainbrijesh; 08-18-2007 at 12:28 AM.
Reply With Quote
  #16 (permalink)  
Old 08-18-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 910
Thanks: 12
Thanked 110 Times in 76 Posts
jainbrijesh will become famous soon enoughjainbrijesh will become famous soon enough
Re: Which type of testing is first carried out

Functioal and usability.
__________________
--
Brijesh Jain
Reply With Quote
  #17 (permalink)  
Old 09-03-2007
Contributing Member
 
Join Date: Feb 2006
Posts: 85
Thanks: 0
Thanked 3 Times in 3 Posts
kunals is on a distinguished road
Re: Which type of testing is first carried out

The Seq is :
  1. Unit
  2. Integration
  3. Smoke
  4. Functional
  5. AD hoc
  6. Performance
  7. Stress

This is normal sequence in any place with little improvisation or Adjustment
Reply With Quote
  #18 (permalink)  
Old 09-06-2007
Junior Member
 
Join Date: Sep 2007
Location: Mumbai
Posts: 17
Thanks: 8
Thanked 0 Times in 0 Posts
reks_209 is on a distinguished road
Re: Which type of testing is first carried out

can anyone tell me hw to write test conditions and test cases using use cases
Reply With Quote
  #19 (permalink)  
Old 09-10-2007
Contributing Member
 
Join Date: May 2006
Location: Hyderabad, India
Posts: 81
Thanks: 4
Thanked 13 Times in 11 Posts
bharathi_ark is on a distinguished road
Re: Which type of testing is first carried out

Once we recieve build from PM, at first we have to carried out Sanity testing in order to check the application whether are there any showstopers occur,whether the application is operatable, observable, consistency and whether it is installed correctly or not and also whether it is stable to continue further testing.

Once we get stable build then we can go for functionality testing with +ve test cases as well as -ve test cases to check that the application is working functionally(like calculations, input domain, out put domain, error handling...etc) or not

And then Retesting (for confirmation to check that whether the fixed bug is correctly solved by giving same i/p values or different input values according to customer reqs) and Regression testing (for confirmation to check that whether there are any side effects occured on existing functionality due to bug fixuation)

then user acceptance testing(alpha testing), port testing, deployment testing and beta testing.

let me know if it is any wrong.
Bharathi
Reply With Quote
The Following User Says Thank You to bharathi_ark For This Useful Post:
  #20 (permalink)  
Old 09-25-2007
Junior Member
 
Join Date: Sep 2007
Location: india
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
franklin is on a distinguished road
Re: Difference between sanity and smoke test

Quote:
Originally Posted by Jenita View Post
Can anyone tell how to determine what to test first?
Thanx
Jenita
First we will do Smoke Testing .
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
How to alter a type in SQL Geek_Guest SQL 8 02-06-2008 02:51 AM
I am getting an error type hello not found vidya_kr JSP 2 06-15-2007 01:34 AM
Is it come under functionality testing bharathi_ark Testing Issues 6 05-22-2007 06:55 AM
XML - Document Type Definitions (DTD) Lokesh M AJAX & XML 2 04-22-2007 11:56 PM
Data type in SQL blenda Oracle 2 06-29-2006 01:16 PM


All times are GMT -4. The time now is 11:06 AM.


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