+ All Categories
Home > Technology > Mobile Application Testing: How to Test Markup Applications?

Mobile Application Testing: How to Test Markup Applications?

Date post: 20-May-2015
Category:
Upload: qatestlab
View: 73 times
Download: 0 times
Share this document with a friend
Description:
http://qatestlab.com/ Mobile application testing is something you should be acknowledged with is you want to make it into a good software tester.
Popular Tags:
7
Mobile Application Testing: Mobile Application Testing: How to Test Markup How to Test Markup Applications? Applications? Office in Ukraine Phone: +38(044)501-55-38 E-mail: contact (at) qa-testlab.com Address: 154a, Borschagivska str., Kiev, Ukraine http://qatestlab.com/
Transcript
Page 1: Mobile Application Testing: How to Test Markup Applications?

Mobile Application Testing:Mobile Application Testing:How to Test Markup Applications?How to Test Markup Applications?

Office in UkrainePhone: +38(044)501-55-38E-mail: contact (at) qa-testlab.comAddress: 154a, Borschagivska str., Kiev, Ukrainehttp://qatestlab.com/

Page 2: Mobile Application Testing: How to Test Markup Applications?

PUT THE NAME OF YOUR COMPANY HERE

Mobile Application Testing: How to Test Markup Applications?

Office in UkrainePhone: +38(044)501-55-38E-mail: contact (at) qa-testlab.comAddress: 154a, Borschagivska str., Kiev, Ukrainehttp://qatestlab.com/

Mobile application testing is something you should be acknowledged with is you want to make it into a good software tester.

One of the mobile application types you can face in your work is markup application. Let us discuss which types of software testing you can conduct for it and how you can do it.

Page 3: Mobile Application Testing: How to Test Markup Applications?

PUT THE NAME OF YOUR COMPANY HERE

Mobile Application Testing: How to Test Markup Applications?

Office in UkrainePhone: +38(044)501-55-38E-mail: contact (at) qa-testlab.comAddress: 154a, Borschagivska str., Kiev, Ukrainehttp://qatestlab.com/

First of all, you should try to integrate automated testing to the greatest possible extent. Typically, automated tests of markup applications will use either a protocol library or a browser-based automation library for HTTP requests and responses.

Page 4: Mobile Application Testing: How to Test Markup Applications?

PUT THE NAME OF YOUR COMPANY HERE

Mobile Application Testing: How to Test Markup Applications?

Office in UkrainePhone: +38(044)501-55-38E-mail: contact (at) qa-testlab.comAddress: 154a, Borschagivska str., Kiev, Ukrainehttp://qatestlab.com/

Experience has shown that both methods can prove to be effective.

In order to quickly see the content returned to a certain mobile device, you can use a web browser. A special add-in will be needed so that the web site would see the request as the one that comes from a particular mobile device.

Page 5: Mobile Application Testing: How to Test Markup Applications?

PUT THE NAME OF YOUR COMPANY HERE

Mobile Application Testing: How to Test Markup Applications?

Office in UkrainePhone: +38(044)501-55-38E-mail: contact (at) qa-testlab.comAddress: 154a, Borschagivska str., Kiev, Ukrainehttp://qatestlab.com/

Automated Testing of Browser ApplicationsAutomated Testing of Browser Applications

Use special commands in order to send HTTP requests and receive the responses.

Use special commands in order to send HTTP requests and receive the responses.

What should you do to get started with test automation?

Verify that the HTTP response contains the information you were willing to obtain (check the HTTP status code, content type and length).

Verify that the HTTP response contains the information you were willing to obtain (check the HTTP status code, content type and length).

Use the method of pattern matching.Use the method of pattern matching.

Include such a user-agent string that would match the specific mobile phone one.

Include such a user-agent string that would match the specific mobile phone one.

Page 6: Mobile Application Testing: How to Test Markup Applications?

PUT THE NAME OF YOUR COMPANY HERE

Mobile Application Testing: How to Test Markup Applications?

Office in UkrainePhone: +38(044)501-55-38E-mail: contact (at) qa-testlab.comAddress: 154a, Borschagivska str., Kiev, Ukrainehttp://qatestlab.com/

Consider adding additional HTTP header.Consider adding additional HTTP header.

Think of adding code aimed at detecting faults (write error messages that should not be present in the responses).

Think of adding code aimed at detecting faults (write error messages that should not be present in the responses).

Page 7: Mobile Application Testing: How to Test Markup Applications?

Thank youThank youOffice in UkrainePhone: +38(044)501-55-38E-mail: contact (at) qa-testlab.comAddress: 154a, Borschagivska str., Kiev, Ukrainehttp://qatestlab.com/


Recommended