write a test case on web login and bank application and
client server
Answer Posted / kavita
Hi Everyone,
the important thing is k.chandra has specified the correct
testcases for the login page.
but you can give hime suggesstions regarding english
improvement
| Is This Answer Correct ? | 183 Yes | 15 No |
Post New Answer View All Answers
write a test case for telephone billing ?
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
How to test Webservices and how can we write test cases for that
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 dynamic testing?
write a test cases for WLAN
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
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
In a log in page what will be test procedure, test scenario, test description & test steps?
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
what is the test plan for ms-word
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
explain end to end scenario's for online Money transfer in Banking Domain?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?