You are on page 1of 6

c cc

The development process involves various type of testing .Each test type addresses
a specific testing requirement. The most common types of testing involved in
development process are

i| înit Test
i| cystem Test
i| Yntegration Test
i| unctional Test
i| erformance Test
i| 3eta Test
i| Jcceptance Test

î  

The first test in development process is the unit test. The source code is normally
divided into modules, which in turn are divide into smaller units. These units have
specific behavior. the test done on units of code is called unit test. înit Test
depends upon language on which the project is developed. înit test ensures that
each unique path of the project performs accurately to the documented
specifications and contains clearly defined inputs and expected output.

c
  

ceveral modules constitute a project. Yf the project is long term project, several
developers write the modules .Once all the modules are integrated , several errors
may arise . the testing done this stage is called cystem testing.

cystem testing ensures that the entire integrated software system meets
requirements .Yt tests a configuration to ensure known and predictable results.
cystem testing is based on process description and flows ,emphasizing pre-driven
process links and integration points.
Testing a specific hardware/software installation. This is typically performed on
COTc system or any other system comprised of disparent parts where
configurations and unique installations are the norm.

Fu    

unctional Test can be defined as testing two or more modules together with the
intent of finding defects , demonstrating that defects are not present , verifying that
the module performs its intended functions as stated in the specification and
establishing confidencs that a progam does what it is supposed to do.

    

Testing the system with the intent of confirming readiness ot the product and
customer acceptance.

  

Testing without a formal test plan or outside of a test plan. With some projects this
type of testing is carried out as an adjunct to formal testing .Yf carried out by a
skilled tester ,it can often find problems that are not caught in regular testing.
cometimes, if testing occurs very late in development cycle, this will be the only
kind of testing that can br performed. cometimrs Jd hoc testing is referred to as
exploratory testing.

   

Testing after code is mostly complete or contains most ot the functionality and
prior to users being involved. cometimes a select group of users are involved.
More often this testing will be performed in house or by an outside testing firm in
close cooperation with the software engineering department.

u   

coftware Testing that utilizes a variety of tools to automate the testing process and
when the importance of having a person testing is diminished.
Jutomated Testing still requires a skilled quality assurance professional with
knowledge of this automation tool and the software being tested to set up the tests.

3  

Testing after the product is complete. 3etas are often widely distributed or even
distributed to the public at large in hopes that they will buy the final product when
it is released.

33   

Testing software without any knowledge of the inner workings, structure or


language of the module being tested. 3lack box tests , as most other kinds ot tests,
must be written from a definitive source document,such as a specification or
requirement document


   
 

 
 


cr No Description Entered data Expected Jctual Result
Result Result
1 Open video
menu
1.1 Check the focus Yt should be Yt is at open ass
(test-to- of mouse at open video
pass) video
1.2(test- Double click on J window J window ass
to-pass) open video should appear
appear which has
which has browse
browse option
option
1.3(test- celect the video video Yt should Yt is ass
to-pass) file play video playing
video
1.4(test- celect file other .doc,.exe,.txt Yt should Yt does¶nt ass
to-pass) than video not accept accept file
file
1.5(test- celect audio file .mp3,.mp2 Yt should Yt is ass
to-pass) play it playing
audio file
1.5(test- Click on pause Yt chould Yt pauses ass
to-pass) option pause the video
playing
video
1.6(test- Resume the Yt should Yt start ass
to-pass) video start playing
playing from
from paused
paused duration
duration
cr No Description Entered Expected Jctual Result
data Result Result
2 Conversion
menu
2.1 Check the Yt should be Yt is at ass
(test-to- focus of at conversion conversion
pass) mouse
2.2(test-to- Double J window J window ass
pass) click on should appear which
conversion appear which has browse
has browse option
option
2.3(test-to- celect the video Yt should Yt is playing ass
pass) video file play video video
2.4(test-to- Click on Yt should Yt is ass
pass) conversion convert converting
button video file video file
into audio into audio
2.5(test-to- Time to Yt should be Yt is less than ass
pass) convert less than 5second
5second
2.6(test-to- celect .mp3,.mp2 Yt should Yt display ass
pass) audio file display message that
message that it is already
it is already audio file
audio file
2.7(test-to- lay Yt should Yt plays ass
pass) converted play converted
audio converted audio
audio automatically
automatically
cr No Description Entered Expected Jctual Result Result
data Result
3 Login form
3.1( The 1,2«.9 Yt should Yt should ass
validity of J,3«Z accept accept
username a,b«.z characters in characters in
and _,*,@ user user
password name,password name,password
field field
3.2(test- The 6-12 Yt should not Yt doesn¶t ass
to-pass) maximum character accept accept
and characters less characters less
minimum than6 and than6 and
Length of more than12 more than12
password
3.3(test- Enter The conversion The conversion ass
to-pass) correct and and
username compression compression
and menus should menus are
password be enabled enabled
3.3(test- Enter Dialog box Dialog box is ass
to-pass) incorrect should be displayed
username displayed containing
and containing Error message
password Error message

You might also like