Print Page | Close Window

What is Testing?Why do we need to Test?

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=4197
Printed Date: 14Jul2025 at 7:48am


Topic: What is Testing?Why do we need to Test?
Posted By: siri230
Subject: What is Testing?Why do we need to Test?
Date Posted: 22Jan2008 at 3:50am
Testing is the process to ensure the  Quality of the  software Product



Replies:
Posted By: lawrence
Date Posted: 22Jan2008 at 6:57am
Hi Sindhu143,

why lot of colors, bold and capital letters with different fonts and font sizes in your post? It says me to not to read the post.


Posted By: purvashi
Date Posted: 24Jan2008 at 4:30am
TEsting:-
Chk the application whthr it is fullfilling the All the required Functionality,features etc... or not.
There are three types of testing which we uses to test the application:-
1.Black Box(Close Box,dynamic):- in this tester executes the application for observing the functionality.in this  it is not necessary to have coding knowledge.
2.White Box(Oen box,static,glass box):-in this tester do nt execute the application ,he/she chks the path coverege,branch coverage,no. of independant path etc. Inspection,formal reviews,peer to peer reviews comes under this type of testing.Main point is that tester should have coding knowledge.
 
We performs differnt types of testing so that dont miss any error,bug,missing functionalty etc.
 
 
(If im wrong anywhr thn plz correct me n let me know also......)


Posted By: shan
Date Posted: 27Feb2008 at 6:23am

hai purvashi,

   according to  my knowledge........
    
    BLACK BOX TESTING will do by TESTERS.so it is not necessary to have
                                    coding knowlege for testers
 
    WHITE BOX TESTING will do by DEVELOPERS.so developers need
 
                                     coding  knowledge.
 
and more over these r the testing techniques only  for s/w testing and unit ,integration testing.


Posted By: rajavira
Date Posted: 11Mar2008 at 4:37am

Hi sindhu,

1.Testing is the process of executing the app with the expexted result against actual result to confirm the correctness of the app.
2.Testing becames absolutely essential which makes shure that the app works perfectley and what exactly it need to perform as per the req
 
Testing types;
1.white box testing;
developers do this type of testing because coding knowledge is absolutly essential. it will be done only for basic field level check only.
2.black box testing;
seperate team will do this type of testing and checks for the fonctionality of the app, they are called testers.
3gray box testing;
this is the combination of both white box and black box testing


Posted By: ibmdelhi06
Date Posted: 21Apr2008 at 4:42pm
Can you help me and provide details about writing test cases

-------------
sanjeev


Posted By: prapullav
Date Posted: 05May2008 at 12:53am

Hi,

we need to write test cases to understand the functionality of the application for client requirements.Every company is following different formats as per my knowledge i am telling we will prepare test case documents in excel format.The columns are,
 
Test case ID,
Requirement ID,
Test case description,
Input data,
Expected result,
Database Table/column effected,
status(Pass/Fail).
 
 


-------------
prapulla


Posted By: bachi
Date Posted: 23May2008 at 11:22pm
hi the query u asked is very good but i will explain the testing so testing means comparison ie basic definition so in testing is the process to evaluate bugs in the software so every comp must need a tester 


Posted By: sairevathi
Date Posted: 27Sep2008 at 4:11am

Testing: mainly for to get qulitative product in the end
with out Testing we can't get Pure qulitative product.
when the quality improves the growth,incoming also improves&also we win cusomer confidence.



Print Page | Close Window