In testing what is the flow of testing AUT, like what test
is to performed first and second test and soon
Can Anyone list the sequence of testing
Answer / search job
1> Static testing (review of project documents)
2>unit testing
3>integration testing
4>System testing
5>User acceptance tesing
These are the steps of testing AUT.Below I elaborately
explained the steps of system testing.
AUT means application under test /the software we are going
to test.First we have to do smoke testing.Smoke testing is
nothing but initial level of testing like we have to check
whether we are able to login,all buttons are working
properly,all links are opening ,all pages are opening
etc.Then functional testing,here we have to check all
functional requirements in detail and depth.If there are any
defects,we have to report developer for fixing the
defects.After fixing defectcs ,tester has to do sanity
testing to check whether all basic funtionality is
working.Then tester has to do retesting to cross verify
whether all the defects are fixed.After that tester will do
regression testing to check whether any new defects are
introduced due to modify the code/modify the system
environment by developer.These are the steps of System testing.
| Is This Answer Correct ? | 16 Yes | 0 No |
As a QA person, what are the process we need to follow/do?
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
What is shakedown testing?
Automation testing regarding with qtp, explain the process of testiing the application with qtp????
anyone can explain about SixSigma process.
Do you have a favourite QA book? More than one? Which ones? And why.
What are the key components of a bug report?
can we write testscripts without using any automation tool if yes so how can we write it or which terminology is used for writing it?
what is JUNIT
Dif B/W Equivallence partitioning and Boundary-value Analysis Give an Example.
In which of the software testing phase is QA involved & QC not involved?
What are verification and validation and difference between these two?