DBA > Job Interview Questions > Technical Lead Round Interview Questions and Answers

Testing Job Interview in Technical Lead Round: H

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Testing Job Interview in Technical Lead Round: How to Write test case?

An1
Test Case is a document which is prepare before the testing . Test case useful in Regression testing.
test case contains:
1- Test case id
2- Test case Name
3- Objectives
4- Steps to be taken
5- Test data
6- Expected Result
7- Actual result
8- Status
9- Prepare by
10- Updated by


An2
Test cases: “A test case has components that describes an input, action or event and an expected response, to determine if a feature of an application is working correctly.”

Fields in test cases:
Test case id
Unit to test: What to be verified?
Pre-Conditions
Test data: Variables and their values
Steps to be executed/Description of steps:
Expected result:
Actual result:
Result (Pass/Fail):
Remark/Comments:

An3
A test case is a document that describes an input, action, or event and an expected & Actual response. Test case is prepared according to SRS.

A test case contains:
1- Test case id
2- Test case Name
3- Objectives
4- Steps to be taken
5- Test data
6- Expected Result
7- Actual result
8- Status

(Continued on next question...)

Other Job Interview Questions