what is sanity testing? what we do in sanity testing?
give an example...
Answers were Sorted based on User's Feedback
Answer / s33.aditya
Sanity testing is a type of testing where in we test the
basic functionality of the application. i.e whether the
application is ready for further testing or not?
Ex: Say if I wanted to open an account of the customer,
then I will first check the link for the same. when I click
on that link the user should be taken to that partcular
page/ screen. The tester enters all the details of the
customer and click on save button, then account of the
customer should be opened.
Here we are not going to do any transaction for that
account.
Like the above ex will carry out the testing for other
basic functionalites.
Is This Answer Correct ? | 19 Yes | 1 No |
Answer / chowdary
sanity testing is nothing but buid acceptance testing ,it is
a type of testing in which one will conduct ovaral testing
on the buid before conduct detailed testing
one will to do this
1)one will check the main fuctionality of the application
2) one wil identify navigational flow of the application
3)esrablish proper connections or not
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vicky
Sanity Testing checking the functionality for which it is
developed..
e g.
if u want to test a bike then what u must check its Engine
and mobility of bike ...thats known as sanity testing
Is This Answer Correct ? | 1 Yes | 5 No |
How to write test case from the MS word on Creating a new document called Good world ?
can you provide negative scenarios for ios alarm clock
What is change management?
Describe the role that QA plays in the software lifecycle.
1. What is performance testing..How would you test the performance of a flash object
What is the difference between preventative and reactive approaches in testing?
Can anybody give answer for WHAT IS THE MEANING OF TRANSACTION BASED TESTING WITH EXAMPLE
What are estimations? How do you estimate?
What the purpose of testing?
Any applications in the market to help quality test team members communicate with each other?
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server
Some questions generally asked but i haven't correct answer. Becuase interviewer asking with example. Like : need to verify the google with 4 functionalty. 1. How does we estimate the Test case. 2. How does we estimate the automation testing process.