Un-Answered Questions { Test Cases }

i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually

5898


can any body help me with providing a a case for usability testing...

1661


what is the test plan for ms-word

1928


Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?

1836


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

1984


how to write test cases for the example state name starts with A B C D E F G H I J K L Z

2069


"search"test cases on Linkedin website and how will you write test cases on it?

5671


can one defect be mapped to more than one test script in manual testing

1987


write test case for pen cap if it is not present?

2090


write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2541


HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.

2250


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.

2436


i am preparing for interviews in real time job what test cases we have to prepare please explain with example?

1889


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.

1660


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1925