How do you write unit test cases ?
Answers were Sorted based on User's Feedback
Answer / mms zubeir
Both the above answers are wrong.
Unit test cases are normally not written after coding but
they are written before coding.
So, break up the functionality into smallest pieces like
each broken piece of functionality can accept an input
criteria as well as output criteria.
| Is This Answer Correct ? | 75 Yes | 9 No |
Answer / naveen verma
First approach must be to break your code. Write the
testcase with wrost condition first and best condition later.
| Is This Answer Correct ? | 40 Yes | 7 No |
Answer / kns
Test cases are normally written on a basis of your low level
design document say SDD.SDDis the correct document that
covers the complete flow of your project which is based on
your requirement doc.SDD also covers the complete
requirement along with the sudo code in it ,SDD also covers
the functionality ,so for creating your test case keep SDD
in front ,it will also help you to trace the requirement
back(tracebility metrics).So fetcch the correct requirement
from the sdd , break it and write every case for that break
requirement.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / 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 |
Answer / 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 |
Answer / krishnamoorthy
i am write test very well and don't copy from other
whatever you know write the test.
| Is This Answer Correct ? | 11 Yes | 28 No |
I want question and paper based MS Projects. Also is there any exam which microsoft conduct for Ms Project professional to issue certification?
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?
Assignment A software house got a project to automate sales/purchase department of a furniture store. The store management is clearly transferred their requirements to the software house management. There is no chance of changing the requirements afterwards. Software house management use waterfall process model to make the project. Given is the progress flow of water-fall process model In waterfall process model, the deliverable (document) produced in one phase serves as an input to the next phase. Suppose you are a project manager who is leading this project. It is decided to work and complete the project using waterfall process model approach. You are required to develop a plan in which the key task is to decide the deliverable that should be built during and after completion of each phase. Also give a description or required contents that must be included in those deliverables. You are not supposed to make the complete project. All you are required to do is to make a Project plan. In that, you need to give a set of deliverables (documents) which according to you, should be developed in each of the phase (Requirements, Designing, implementation, Testing, Maintenance). Also provide contents which should be there in each deliverable. The contents should be clear and have brief explanation. Note:: There are one folder and one file in the attached folder. The file is named as Assignment 4 write-up which is your assignment write-up. The other folder named Project deliverables is the folder in which you are required to organize and place your deliverables. Name of the document/deliverable saved in each folder should be mentioned in the file named checklist (This file is placed in the “Project deliverables” folder) For Example If you produce a deliverable named Requirement Specification (RS) in the “Requirements” phase. You need to do following tasks 1) Finalize the RS contents 2) Save the file in sub-folder named Requirements 3) Write the name of this document in the checklist file under the heading Requirements. Similarly, you need to make and save deliverables of each phase. Not all phases contain one deliverable. There must be some phases having more than one deliverables. PLEASE SIR PRIVIDE ME THE CHECK LIST FOR GIVE SENERION ? CHECKLIST ARE: 1-Requirements 2- Designing 3- Implementation 4- Testing 5- Maintenance
Does XML has white spaces?
Write a function that will return the number of days in a month (not using System.DateTime)?
What is the project management structure in your project? Is a PL assigned to the project?
How do the audits cover planning activities?
Write the test cases for a vending machine?
What is the document that should be consulted to know about your project, the activities you do, your schedules and milestones?
Write the instr function.
How do you handle change requests ?
Write the test cases for instr function?