What are the condition when you begin to write test case in
the Test Director. Ex.data condition what are the condition
can some help me please i how write test cases.
Answer / ashish
a)First read and understand the given requirement then
Identified,categories functionality of the given
requirement.
b)Each identified functionality name it as scinarios
c)for each scinario(specific functionality)write all
possible positive and negative test cadition it is known as
tescases.
Write all testcase in to the excel sheet and export it into
TD now TD is known as QC
| Is This Answer Correct ? | 1 Yes | 0 No |
Write the testcase for pen
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
What are the test cases for mouse?
can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
What is the state testing?
pliz anyone give suggest me the test cases for shorting numbers in asc/desc order.
write test case for pen cap if it is not present?
how to write a jwebunit testcase for ejb3.0 project
write a test case flipkart login page
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab