Describe Software Testing life cycle? What are the steps in
volved in STLC (Software Testing Life Cycle)?
Answer Posted / lakshmi
srs
frs
hld
lld
coding
desgin
testing
implementation
Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
How do you get programmers to build testability support into their code?
1. what exactly is heuristic checklist approach for unit testing ?
What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?
Explain user acceptance testing.
What are the different types of software testing?
need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview
What is fuzz testing?
List the considerations in developing testing methodology
Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?
Explain briefly your project.
What is client server application testing?
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
1)What are the QA procedures followed 2) Write test cases on a weatherreport.com web page that has only two dropdown and a submit button, Fist drop down is a countries and second is metros in the selcted countries.When proper selection si doen and submitted it shows weather report of that metro.? 3)Write test cases on Mobile Alarm Module? 4)Write test cases on Company Water Bottle?
What is ofx testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }