How to write testcases for username creation?Given
requirements are min 6characters,atleast one
alphabet,alpha,alphanumric
Answer Posted / venu sai
In the text box we checking cursor from left to right
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the soak testing?
How to generate test cases for 'replace a string' method?
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 semi-random test cases?
Scenarios to test wireless Speaker via bluetooth
What are the test cases for mouse?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Sample test cases for data conversion(Utility billing system)
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Explain the branch coverage testing?
Pls tell me test cases for pepper grinder
Explain the monkey testing?
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
write test case for button of google page?"i am feeling lucky" if button is not appear on page?