how we canwrite a test case on computer?
Answer Posted / k.chandra sekhar
1) How we can write a test case on computer?
a) Why not I am write the test case on computer based
on
b) Usability conditions test case
c) Functional test case
d) Performance test case
e) Security test case
f) + Positive test case
g) – Negative test case
h) This I am cover the test case based requirement
K. Chandra Sekhar
Ph 9951458189
I am taking the live projects class and how to success to
interview point of FAQS
Hyderabad
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Please guide me for Add new user test cases
can one defect be mapped to more than one test script in manual testing
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
What is the syntax testing?
write test cases for hospitality management system
Explain the branch coverage testing?
"search"test cases on Linkedin website and how will you write test cases on it?
how to write a test cases for courier offices?
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
What are basic types of test cases?
Explain the exactly meaning of test case?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
how to write test cases for online restaurant table booking system?
What is the domain testing?
Suppose a job should be executed for every two hours? Write test case for this?