what test case is written specifically for web applications?

Answer Posted / jony

We write also security and browser compartibiltiy

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the technology used in financial applications?

2917


Can you list down a few characteristics of a test case?

711


What is explain security testing?

716


Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.

2202


How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.

1446






What are the test cases for mouse?

853


How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.

3035


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);

1936


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?

904


Explain the component testing?

769


How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen 

1564


Write all test cases for Bus Pass Renewal

1079


Explain the unit testing?

670


Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)

3904


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

1730