Describe to me the difference between validation and
verification.
Answer Posted / venkee
VERIFICATION means physical exitence of the software is
satisfy or not according to the requriments and customer
conditions .
e.g:walkthrough,insfections and requirments.
VALIDATION means checking the initial conditions according
to the exitence of the software.
e.g:checkpoints and output checkpoint
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
"search"test cases on Linkedin website and how will you write test cases on it?
What is the syntax testing?
What is gray box testing?
Explain the dynamic testing?
How to write test cases on laptop???
How to test Webservices and how can we write test cases for that
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Explain the domain testing?
What is the state testing?
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
What are the Test Cases Comes under Regression Suite?
How to test a stored procedure?
How to write test cases or test scripts for UAT testing which is done manually
Which of the following defines the expected results of a test? Test case specification or test design specification.
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)