answersLogoWhite

0


Best Answer

Here are some you can do:

Open it on different browsers to see if it opens the same way, as some HTML tags don't work on some browsers.

Open it on different versions of the same browser, as some older browsers may not support some HTML tags.

Check the speed it takes to download.

Check all photographs load properly when uploaded to the server.

Check any multimedia elements, like videos or sound, work properly.

View it on different screen sizes, to see does it display properly.

Try it on different types of monitors to see how colours display and if you can read text clearly.

Check all the elements on a form you may have, to see if they work.

Proofread the page for spelling errors.

Check all the links to see do they work properly.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Test cases to test a webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you test algorithm?

By preparing test cases we can test an algorithm. The algorithm is tested with each test case.


What is the difference between a test case and a checklist?

Check list : This is a list of statements or scenarios what we need to test in shot it is "What to test" Test cases : Ths is a list of thing which helps us how to test using check list. Employee should refer checklist to know what to test and Test cases to know how to test.


Test cases for testing a pocket calculator?

Write 3 test cases for testing a pocket calculator.


High-test does high test gas have ethanol?

In most cases, yes.


Which test is applied by the courts in cases related to suspect classifications?

Strict scrutiny test


How do you write test scenarios?

With the Test Cases Module in test management, you can: Organize test cases into folders and sub folders Add and Edit test cases manually Import test cases from Excel and Jira Execute test cases for ad-hoc testing View status of individual test cases Link relevant requirements to test cases


What is mean by test cases and test results?

Test cases are a collection of Test specifications, Test procedures, and Test programs developed by a Software Engineer before designing and writing a piece of code. Their purpose is verify that the piece of code meets all its requirements and correctly handles all error conditions (including hardware failures). One piece of code may have as many as several hundred Test cases to verify all of these situations. After the code is written it will be tested against the Test cases. Test results are the final results of running all these Test cases on the piece of code, also typically including written Test notes from the run and a final written Test report summarizing the results and the next actions to be taken (fixes needed or hopefully integration of the code into the next higher level of the system software).


What is service test for piping?

The pressure piping alternative test method is the service test for piping system. The service test is however, only applicable to specific cases.


What is the use of test-cases in software testing tools?

A Test case is a particular set of instructions designed to test one particular aspect of an software product under test. A test case may cover a requirement or a particular feature of an application. A test case usually consists of a description, as set of steps to execute the test and details of expected results. On completion of the test case the expected results are compared against the actual results to determine if the test is a pass or a fail.In software testing tools a test case is usually defined, and multiple test cases grouped to create a test script. Software testing tools are then used to manage the complex relationship between test cases, test scripts and test results. Software testing tools may go as far as implementing automated test cases or they can just be used to track manual test cases. The term Test management tools is used to describe the type of software testing tools that are concerned with the process of managing test cases.


What is service test for piping system?

The pressure piping alternative test method is the service test for piping system. The service test is however, only applicable to specific cases.


How do you test webservices?

using junit. generate the webservice client in your test suite, then create test cases the call the service and verify results.


Difference between test-case and test-suite and test data?

A test case is a set of conditions to determine whether an application is working properly. A test suite is a group of test cases merged together to get an overall outcome. Test data is used to analyze results.