Geeks Talk

Prepare for your Next Interview




Regarding Test Plan

This is a discussion on Regarding Test Plan within the Test Cases forums, part of the Software Testing category; Hi Friends, Can anyone explain what is exactly database testing? Do you write different/seperate set of test cases for database testing? There is a feature in test plan which ...


Go Back   Geeks Talk > Software Testing > Test Cases

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-16-2006
Junior Member
 
Join Date: Apr 2006
Posts: 1
Thanks: 0
Thanked 2 Times in 1 Post
naveenkpatil is on a distinguished road
Hi Friends,
Can anyone explain what is exactly database testing?
Do you write different/seperate set of test cases for database testing?


There is a feature in test plan which says
"Feature to be tested and
features not to be tested"
Can anyone tell me what are those features that are to be tested
and that are not to be tested?

Naveen

Last edited by jainbrijesh : 05-23-2007 at 04:02 AM.
Reply With Quote
The Following 2 Users Say Thank You to naveenkpatil For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 05-16-2006
Junior Member
 
Join Date: May 2006
Location: Chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ansari.thameen is on a distinguished road
Quote:
Originally Posted by naveenkpatil
Hi all,
There is a feature in test plan which says
"Feature to be tested and
features not to be tested"
Can anyone tell me what are those features that are to be tested
and that are not to be tested?

Naveen

The features to be tested means what the main functions to be tested .Some times Pm will these features very important to client and gives more priority.
Reply With Quote
  #3 (permalink)  
Old 05-29-2006
Junior Member
 
Join Date: May 2006
Location: hyd
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
zia_pasha is on a distinguished road
Re: Regarding Test Plan

features to be tested:say for a login window the features to be tested are
enter the valid name and valid pawssord,
features not to be tested:invalid login name and invalid pawssord,
Reply With Quote
  #4 (permalink)  
Old 09-25-2006
Junior Member
 
Join Date: Sep 2006
Location: Tamilnadu
Posts: 3
Thanks: 0
Thanked 2 Times in 1 Post
Muralidharanmano is on a distinguished road
Hi,

Hw r u Friends ? Let me is anything special.



Test Plan: Its a document detail about testing process and its approaching.

Last edited by jainbrijesh : 05-23-2007 at 04:04 AM.
Reply With Quote
  #5 (permalink)  
Old 09-28-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: Datebase Testing

Hi
Database Testing we would be checking if the operations performed using the objects in the fornt have effected the data at the backend. I did not get what u meant by saying separate set of test cases for database?

say if we have objects like an update button or add or delete button etc., then we will be preparing test cases for the operations of these type of buttons and thus the database testing related test cases are also prepared.... any one can correct me if i am wrong...
Reply With Quote
The Following User Says Thank You to bvani For This Useful Post:
  #6 (permalink)  
Old 09-29-2006
Junior Member
 
Join Date: Sep 2006
Location: New Delhi
Posts: 10
Thanks: 0
Thanked 5 Times in 4 Posts
Nikharchugh16 is on a distinguished road
Re: Regarding Test Plan

Hi Frendz,

Whenever we are doing databaseb testing, it is just to save the time while doing the manual testing mostly from the fron end (UI of the application). We have to write the triggers, scripts, stored procedures etc to validate the data and the functions of the application which we are going to test from the backend.

In this way, we will save much of the time and test cases have to be written for that. The difference between the test case preparation when we are doing the testing from the front end and when backend is that in the backend/database test case preparation, we have to write the scripts, procedures in the Test Data column of the test cases to reperesent the functions through these procedures, triggers or scripts etc.

Nikhar Chugh
Reply With Quote
  #7 (permalink)  
Old 10-09-2006
Junior Member
 
Join Date: Oct 2006
Location: bangalore
Posts: 17
Thanks: 0
Thanked 3 Times in 3 Posts
nandeesh.keelara is on a distinguished road
Re: Regarding Test Plan

Quote:
Originally Posted by naveenkpatil View Post
Hi all,
There is a feature in test plan which says
"Feature to be tested and
features not to be tested"
Can anyone tell me what are those features that are to be tested
and that are not to be tested?

Naveen
based on client requrment or SRS

Feature to be tested = things not importent for the application
Eg. performance testing for desktop application

features not to be tested= things must be cheched.
Eg: all functinal testing etc
Reply With Quote
  #8 (permalink)  
Old 10-13-2006
Expert Member
 
Join Date: Jul 2006
Posts: 101
Thanks: 0
Thanked 6 Times in 4 Posts
sripri is on a distinguished road
Re: Regarding Test Plan

Some of the things that comes specifically under database testing are namely
Checking of optimisation of paths
Execution plans of database
Triggers used
Utilisation reports and so on
Reply With Quote
  #9 (permalink)  
Old 10-19-2006
Junior Member
 
Join Date: Oct 2006
Location: hyderabad
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
yagnkan is on a distinguished road
Re: Regarding Test Plan

can anyone say what r the CR tools
Reply With Quote
  #10 (permalink)  
Old 11-07-2006
Junior Member
 
Join Date: Sep 2006
Location: New Delhi
Posts: 10
Thanks: 0
Thanked 5 Times in 4 Posts
Nikharchugh16 is on a distinguished road
Re: Regarding Test Plan

Hi Naveen,

To be very clear, "Features to be tested" section in the Test Plan means all the features which are probably going to be tested by the testing team.

"Features not be tested" simply means that these features are also a part of teh software which we will be relaesing to the customer but the testing of tehse features is out of the scopr of the etsting process to be done by the testeres and hence testing of these features will not be done in this release

Hope this clarifies the situation.

Thanks,
Nikhar
Reply With Quote
The Following User Says Thank You to Nikharchugh16 For This Useful Post:
  #11 (permalink)  
Old 01-07-2007
Junior Member
 
Join Date: Nov 2006
Location: London
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
tycollins is on a distinguished road
Re: Regarding Test Plan

You should be able to figure out features to be tested and features not to be tested if there's any documentation provided or if there's any legacy application,the error prone arears can determine what to be tested.I'm a junior tester but I think it all depends on the risk and cost of the application.
Reply With Quote
  #12 (permalink)  
Old 3 Weeks Ago
Junior Member
 
Join Date: Jul 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
purni_kuch is on a distinguished road
Re: Regarding Test Plan

Hi,
Database testing is the backend testing. When we enter the data in the frontend that stores in the database. Database testing is used to check the data consistency and integrity. For Ex. when we enter the first name in the frontend it should store the first name field of the database. Like functional testing we write separate testcases for the backend testing. If it is a SQL database we use SQL management studio to write the queries and retrieve the data to check the consistency. If it is a Oracle database we use toad to write the queries.

2. Items or features to be tested and items or features not to be tested in the testplan.
Testplan means planning the whole testing process. As we all know well, we can't test the whole application at a time. so we schedule them in builds when we prepare the testplan. Like items or features to be tested in the build1 and items not to be tested in build1 and so on.


Thanks,
Purni.
Reply With Quote
Reply

  Geeks Talk > Software Testing > Test Cases


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
difference between QTP and WinRunner georgeprakash WinRunner 18 3 Weeks Ago 01:43 AM
Test Matrix prakashnemesis Test Cases 6 05-25-2006 02:47 AM


All times are GMT -4. The time now is 12:36 AM.


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