How do you write unit test cases ?
Answer Posted / solomon blessing
Mostly Unit testcases are written by developers and not by
testers. If a tester has to write a unit testcase
Eg: For Username field should contain only 15 charac
TestId :1 Description :Verify whether the Username field
accepts 15 charachters Steps : 1.Click the URL 2.Give
positive and negative input values Expected
Result:The username field should contain 15 characters only
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why do you want to work for Microsoft?
Tell about current project ?
When you come in to the office, how do you know what you have to do during the day?
How do you ensure that your project plan is available for others to see? Where will you find the plans of other projects executed (in the past or currently) in the center?
Explain the various activities you do (as a PL) when the project is started up.
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 training have you undergone in project planning?
Explain dll hell?
What and where are the policy statements for software project planning?
How would you deal with a bug that no one wants to fix? Both the SDE and his lead have said they won?t fix it?
Write the instr function.
create a flow diagram up to 2 levels for hospital management
Write the test cases for instr function?
Test the save dialog in Notepad?
Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.