How do you write unit test cases ?
Answer Posted / imran
Test Case describes exactly how the test should be carried
out.
1. Input the data for a field.
2. what should be expected result.
3. what is the actual result.
4. whether the test case is pass or fail.
and if there is any comments or note needed, then put the
comments about the functionality.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
create a flow diagram up to 2 levels for hospital management
Given a MAKEFILE (yeah a makefile), design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed.
What and where are the policy statements for software project planning?
How did you choose the appropriate lifecycle for your project?
What training have you undergone in project planning?
Test the save dialog in Notepad?
Write the test cases for instr function?
How are the team members kept informed about the current status of the project?
Write the instr function.
How do you rate yourself in c#,vb.net,Asp.net,oracle,sql server ?
Tell about yourself and job ?
How do you create the Software Project Management Plan (SPMP)?
What is the role of CLR in ASP.NET?
What is the project management structure in your project? Is a PL assigned to the project?
Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.