Can anybody help me by sharing some knowledge on software
testing life cycle, how testing process done under
UT,IT,ST,PT,UAT.?please explai me briefly regarding this.
Best Regards,
Keerthana.
Answer / sabs
STLC specifies the different stages in testing.
STLC coveres the below stages
1. Test planning
2. Test development
3. Test execution
4. Result analysis
5. Bug reporting
6. Preparation of reports
UT:unit testing is a procedure used to validate that
individual units of source code are working properly. A
unit is the smallest testable part of an application.
IT:After Is the phase of software tesing individual softare
modules are combined and tested as a group.it follows unit
testing and precedes system testing.
ST:System Testing of a software or hardware is perfomed on
a complete.integrated system to evaluate the performance of
the system's with its specified reruirement. system testing
is an investigatory testing phase.which would include the
below testing phases like GUI software testing.Usability
testing,performance testing,sanity testing etc..
PT;Performace testing is performed on one perspective,to
determine how fast some aspects of system performs under
perticular workload.
Regards,
Sabs
| Is This Answer Correct ? | 1 Yes | 0 No |
you will be given a program and asked to write the Test Data and expected output for the same. for eg: there is a program which returns the sum of largest two numbers in an integer array.
Which things do you examine in requrement while writing testcases.
In manual testing (web based testing)interview, interviewer asked me "How you connect to the database?" What is the answer for this question
1.what is meant by functional and GUI testing?
What is Bug Validation? What can be a different resultant after the same?
Difference between cache and cookie.
what does ur FRS document conatin? brahma412@yahoo.co.in
what is the methodology you are using in ur company?
What kind of test cases are need to be included in the database migration testing?
How would you define a "bug?"
when the tester actually involves in Testing?(at which stage of SDLC)
what is equivalence boundary