- Advanced UFT 12 for Test Engineers Cookbook
- Meir Bar Tal Jonathon Lee Wright
- 203字
- 2021-08-05 17:09:14
Introduction
Unlike desktop (client) applications, the Web poses specific challenges that go beyond the local machine. For instance, a web page may not display the intended content correctly with regard to content, format, layout, and even functionality, due to missing or corrupted resources located on a remote server. An application server, a database server, a Cascading Style Sheet (CSS), and a configuration or JavaScript file (.js
) are among the resources that may have an impact on the web application functioning. Other challenges include the integrity of the links, JavaScript bugs, and caching effects, to name a few. Security issues may also prevent web pages from displaying contents properly, as is the case with images loaded across domains.
Automating tests for the GUI of a web page poses challenges related to script page synchronization, object identification, and checking dynamic content, among others. This chapter describes various common automation tasks related to the testing of web pages.
Note
This chapter is not intended to be a tutorial on web technology, so some basic background is required, for instance, being acquainted with basic concepts such as Document Object Model (DOM). To learn about DOM, it is recommended that you refer to the official specification at http://www.w3.org/TR/DOM-Level-3-Core/introduction.html.
- DB2 V9權(quán)威指南
- C語(yǔ)言程序設(shè)計(jì)習(xí)題解析與上機(jī)指導(dǎo)(第4版)
- Visual FoxPro 程序設(shè)計(jì)
- Mastering QGIS
- Web開發(fā)的貴族:ASP.NET 3.5+SQL Server 2008
- 零基礎(chǔ)學(xué)Java(第4版)
- Scala謎題
- Learning Hunk
- Getting Started with NativeScript
- Spring Boot Cookbook
- Getting Started with Gulp
- Getting Started with Hazelcast(Second Edition)
- Learning Laravel's Eloquent
- Frank Kane's Taming Big Data with Apache Spark and Python
- Kivy Cookbook