What is testing methodology?

Answers were Sorted based on User's Feedback



What is testing methodology?..

Answer / dkrout18

Our software testing methodology is applied in three
distinct phases: unit testing, system testing, and
acceptance testing.

Unit Testing::::—The programmers conduct unit testing
during the development phase. Programmers can test their
specific functionality individually or with other units.
However, unit testing is designed to test small pieces of
functionality rather than the system as a whole. This
allows the programmers to conduct the first round of
testing to eliminate bugs before they reach the testing
staff.
System Testing::::—The system is tested as a complete,
integrated system. System testing first occurs in the
development environment but eventually is conducted in the
production environment. Dedicated testers, project
managers, or other key project staff perform system
testing. Functionality and performance testing are designed
to catch bugs in the system, unexpected results, or other
ways in which the system does not meet the stated
requirements. The testers create detailed scenarios to test
the strength and limits of the system, trying to break it
if possible. Editorial reviews not only correct
typographical and grammatical errors, but also improve the
system’s overall usability by ensuring that on-screen
language is clear and helpful to users. Accessibility
reviews ensure that the system is accessible to users with
disabilities.
Acceptance Testing::::—The software is assessed against the
requirements defined in the system requirements document.
The user or client conducts the testing in the production
environment. Successful acceptance testing is required
before client approval can be received.

Is This Answer Correct ?    12 Yes 31 No

What is testing methodology?..

Answer / vasu

It means what type of testing we will applied for that
application.
eg:unit,system.......ect testing.

Is This Answer Correct ?    4 Yes 30 No

What is testing methodology?..

Answer / sunil reddy

Testing methodology is nothing but what kinds of methods to
be selected that suits for our application. it deals not
only the type of SDLC but also Testing techniques

suppose Test strategy says 2o types of Testing techniques
whereas Test methodology say what testing techniques to be
applied that fits for application it may be 20 or less than
20 testing techniques .it's purely application dependent


Hi guys Correct me if Iam Wrong

Is This Answer Correct ?    9 Yes 40 No

What is testing methodology?..

Answer / vidya

Test methodology depends on how application is tested what
part of application is tested and whom the application is
tested .
there are 2 typs of testing
1.Black box testing
2.White box testing

Is This Answer Correct ?    44 Yes 80 No

Post New Answer

More Manual Testing Interview Questions

what is test case? what it consists? what are the types of test cases?

17 Answers   TCS,


We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.

5 Answers  


What are the different strategies for rollout to end users?

0 Answers  


why we go for winrunner ? and when we go for winrunner

2 Answers   CSC,


is programming knowledge is necessary for testing

3 Answers  






what is test condition?how do u rank a test condition?

12 Answers   Logica CMG,


I heard that 2 0r 3 tier applications can be tested using Browser in the <<Intranet>> Is it correct. pls correct me

1 Answers  


What is Test Policy

7 Answers   JVS,


what is mean by test preparation? and explain it?

2 Answers   IBM,


When should you opt for manual testing over automation testing?

0 Answers  


What is a model?

2 Answers  


How can u do the follwing 1)Usability testing 2)scalability Testing 3)portability Testing

1 Answers  


Categories