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 |
how can u find system IP address
What is the difference between black box and white box testing?
What is conversion testing?
Explain what is mr and what information does mr consists of?
what is Agile Development Processes
Write a testcase for Yes/No combo box
Is 100% Coverage is possible in Testing ?
what is operations testing? is it coming under white box testing/unit testing?
Explain what should your qa documents include?
Test plan & test strategy are same..? or they are seprately prepared...?Please clarify
What is the cost of quality?
What is the difference between bottom-up and top-down integraion?Which is effecive.