hai, pls. explain V-Model clearly. Pls. give me guidience
how to explain V-Model in interviews?
Answers were Sorted based on User's Feedback
Answer / uma
Requirements - UAT
\ /
Specifications - System testing
\ /
Detailed design - Integration Testing
\ /
Implementation code - unit test
the V-concept of the testing process 1s shown here.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rao
V-Model is a graphical representation of SDLC.
The left tail of the V represents the specification stream
where the system specifications are defined. The right tail
of the V represents the testing stream where the systems
are being tested (against the specifications defined on the
left-tail). The bottom of the V where the tails meet,
represents the development stream.
| Is This Answer Correct ? | 0 Yes | 2 No |
Why do you need to parameterize fields in your virtual user script?
How will you explain to an uneducated person about Software?
6. What is difference between a Test Plan, a Test Strategy, A Test Scenario, and A Test Case ? What’s is their order of succession in the STLC?
What is test design???
What types of documentation are used in qa?
Is v-model cost effective when compared with all other models? If not which model is cost effective(low cost)?
what is accessibility testing?
cAN ANY ONE PLEASE EXPLAIN THESE TERMS AND THEIR RELATION : BALCKBOX TESTING, FUNCTIONAL TESTING, FUNCTIONALITY TESTING, SYSTEM TESTING....... AND TEST METHODOLOGIES, TESTING TECCHNOLOGIES, TESTING TYPE.....
what is security test,what is meant by authentication &autherization
Are Test Condition and Test Description/Procedure are different? Please Reply
please give me Live example for 1. high severity & low priority 2. High severity & low Priority 3. low severity & high Priority 4. low sevrity & low Priority
From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?