Writing Test cases based on the understanding of the UX
document
wat is mutation testing ?
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
what are the test case scenario for epos/pos testing,and how to initiate the process
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
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);
write a test cses for sending mails through microsoft- outlook xpress?
What is Defect Seeding? What is Defect Density?
Explain the branch coverage testing?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.
Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.