tell me the detailed exaplanation of different types of
tesiting

Answers were Sorted based on User's Feedback



tell me the detailed exaplanation of different types of tesiting..

Answer / sriharsha

Types of testing:

Unit testing
Functional
Integration
System
Exploratoty
Sanity
Smoke
Ad-hoc
Link
etc

Is This Answer Correct ?    0 Yes 0 No

tell me the detailed exaplanation of different types of tesiting..

Answer / kaninika gupta

Different types of Testing are:

Progressive Testing
Regressive Testing
Retesting Testing
Smoke Testing
Exploratory Testing
Adhoc / Random Testing
Mutation Testing
System Testing
Function tsting
Acceptance testing
Unit testing
Integration testing

Is This Answer Correct ?    0 Yes 0 No

tell me the detailed exaplanation of different types of tesiting..

Answer / indira.ch

1.smoke testing
2.regession testing
3.retesting
4.unit testing
5.system testing
6.adhoc testing
7.sanity testing
8.user acceptance testing

Is This Answer Correct ?    0 Yes 0 No

tell me the detailed exaplanation of different types of tesiting..

Answer / jaiguru datta

Once the Build is migrated to the QA Environment.,Testers
start the testing with "Minimum Acceptance testing",,this
test is done just to make sure that the application is
acceptable for testing in otherwords application is working
normal..then we go for "module testing" where we do indepth
testing of the each module applying negative and positive
data(valid and invalid),here we test each functionality and
field ,for this purpose we set test data.then we go
for "Integration testing"..during this phase of testing
TestLead communicates with testers,so that they have
better understanding of each individual module before
integrating them,since the knowledge of integration depends
on many modules ans systems.These diverse modules could
have different ways of working when integrated with othr
systems.set of testcases are written and executed.Then we
go for "System testing".here all the components of the
system are integrated and tested as a single unit.As a part
of system testing we docouple of testings like..a) browser
compatibity testing to see whether it is compatible with
all browsers specified in requirements.b)Security testing
here we see whether the applicaton is secure from
unauthorized accesories and from unwanted
privileges,basically we see authorization and access
control.c)load testing,we test the appln by applying no of
users accessing the appln simultaneously and see how it
responds.Then comes "system integration testing" this
testing comes into picture when we have two appln to
integrate.Then comes "Regression Testing",this is done to
see that a new feature introduced to the existing product
does not adversely affect the current functionality.
but we can never say regression testing will be conducted
on after the end os syatem testing or system integration
testing...if ur Testlead asks you to conduct regression
testing after module testing we have to do.Regression
testing is done in between builds and test cycles.many
automated tools are used to carryout this testing.
You have many more testings like smoke,sanity ,user-
acceptance(alpha,beta)..but unit testing usually not done
by testers unless you have the knowledge of the code.
I mentioned all basic kinds of tests which are implemented
in evry company,but thr are many different tests which
change company to comapny..as mentioned by othrs in above
answers.

Is This Answer Correct ?    0 Yes 0 No

tell me the detailed exaplanation of different types of tesiting..

Answer / ch.s.m.prasad,kkd

types of testings

1. Static testing
2. Dynamic testing


if it is wrong please correct....................


bye ch.s.m.prasad
(9866603299)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WinRunner Interview Questions

i was given test cases which are in quality center and i need to automate them using winrunner . the application is a power builder , client server and based on windows. so how should i go about automating my test cases ( winrunner and quality centre are the tools used)

1 Answers  


wahat do u mean by exceptional handling in winrunner

3 Answers  


How do you analyze results and report the defects?

1 Answers  


what is data driven framework?

6 Answers   EDS,


The GUI MAp Editor or Rapid Fire test are not learning the GUI of any window or any object..The pointer conevrts to hand and everthing hangs till i don't press Ctrl+Alt+Del. Help me!!!

1 Answers  






How do handle error/exceptions in winrunner.

2 Answers   ADITI,


Hai guys can any one tell me tnhe difference between the product testing and Project testing?

2 Answers  


how to perform regression testing using winrunner?

1 Answers  


Define parameterizing?

0 Answers  


where does WR records the information about objects in AUT?

1 Answers  


how to create checklist in winrunner?

1 Answers  


In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.

1 Answers  


Categories