what is not present in the test case?
1>requirment ID
2>test case ID
3>bug ID
4>objective
Answer Posted / santosh kumar singh
requirment id will be there for which requirment
particular test case is written.
test case id is must.
objective of the test case why we r writing the test case
to checking this an that
bud id is not the part test case .
when we r preparing the defect profile doc. in that the bug
id is mentioned.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the logic testing?
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
how to write a test cases for courier offices?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain the exactly meaning of test case?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
Explain the load testing?
how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
explain end to end scenario's for online Money transfer in Banking Domain?
write the test cases for facility module
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
1. Buzz Words 1.1 Purpose Allow user easy access of content based on key/popular words 1.2 Scope All the tags at the portal. 1.3 User Interface - Tags are usually hyperlinks that lead to a collection of items that are associated with the tag. - Click takes you to page similar to Search Result page, should search all content and not only articles - Based on Most Viewed only 1.4 Interfacing/Sourcing Details - Need to develop an application which works on algorithm to calculate size/color of Buzz words. - In phase 1 algorithm will be pretty straight forward of calculating dimesion of Buzz words by going by ""Most Viewed/Visited"" words. Need to get exact algorithm.