write a test case on web login and bank application and
client server
Answer Posted / akumar
Hi Chandu, you did a outstanding job yaar. Don't be
discouraged, keep up your skills and continue to post your
excellent suggestions & answers. Communication is a not a
big problem ,some times grammetical mistakes will happend to
anyone.So don't take the silly fellows comments seriously.
You have the ability to overcome all. Wish you all the best.
Carry on my dear brother..........
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
How to write test cases on laptop???
Explain the logic testing?
Do you know mutation testing?
Explain the state testing?
Explain the static testing?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
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?
test cases for friend finder system using gps?
Explain the ramp testing?
how to write test cases for online restaurant table booking system?
write test cases on file open dialog box in notepad
Write a test case for computer keyboard?
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.