hi! this is vivek
i am having some of the questions can u clarify it sir
1.what is the model you are following in software
development?what is your testing process?
Answers were Sorted based on User's Feedback
Answer / bharathi
One more addition to the above answer,
In V Model the testing is carried out in Parallel with
development team.
SRS -- UAT
HLD -- INTEGRATION TEST
LLD -- SYSTEM TEST
CODE --UNIT TEST
we involve from SRS stage like gathering and understanding the
Requirements -> preparing test strategy -> test plan ->test
cases->than execution and defect reporting.
If i am wrong please correct me
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishna chaitanya rao
Hi Vivek,
There are different Models in Software Development,like
water fall model(classic),RDA(Rapid Application
Development),Prototype Model,Spiral Model,V-Shaped
Model.Now a days most of the companies are following V
model becaz it has Higher chance of success over the
waterfall model due to the development of test plans early
on during the life cycle.
In our Organization we used to write test cases on Use Cases
krishna chaitanya
9701199983
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepika
Many models are there like spiral model , v & v model, prototype model, RAP ,RUP , now a days most using model is agile methodology....... The process of test cycle is STLC
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between load testing and stress testing?
if the bug is reproducible then what is the status that u have given to the developer
5 Answers Jeevan Technologies, QA,
What is formal testing?
What is Functional Testing and Regression Testing?give one real time Example?
when the test plan will be prepared in waterfall model?
What is the initial stage of testing?
What is the entry creteria and exit creteria for system testing
3 Answers Nissan, Renault Nissan,
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
what is the different between QA and test engineer?tell me in brief?
How will you link the Defect to the Test case? Explain Bug life cycle ?
I am working on dotnet technology. Recently i came to testing. I want to write general test cases for any interface either windows application or web applications. Please cover all these issues: 1) Database issues 2) Integrated Related Issues 3) Business logic issues 4) User Interface issues 5) Network related issues
I how to test Web application in which the value is changing dynamic every time and anyone can modify it?