- Advanced UFT 12 for Test Engineers Cookbook
- Meir Bar Tal Jonathon Lee Wright
- 233字
- 2021-08-05 17:09:10
Introduction
This chapter describes several ways by which data can be used to drive automated tests in UFT. Data-driven tests enable us to cover different paths in a test flow, by supplying a coded script with different sets of values to its parameters. These include input data for manipulating GUI objects and, where relevant, also the expected output from the application under test. In other words, a data-driven script is one whose behavior changes when fed with different sets of input data.
We can retrieve input data using the global DataTable
object. The first seven recipes explain how we can work with a DataTable to attain various goals related to the concept of data-driven tests. The next two recipes deal with Environment variables using the Environment
object. The Reading values from an INI file and Using a configuration file to manage test environments recipes show how to retrieve values from INI files and how to manage test environments with them. Finally, the Using a global dictionary for fast shared data access and Using a global dictionary for fast shared code access recipes describe advanced techniques for fast shared data and code access using a Dictionary
object.
Tip
When we work with a DataTable in UFT, we must keep in mind that an action datasheet always carries the same name as the associated action, and that its data is visible only to the action.
- UML和模式應用(原書第3版)
- vSphere High Performance Cookbook
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- 微服務設計原理與架構
- Bootstrap Essentials
- Oracle 18c 必須掌握的新特性:管理與實戰
- Web Development with MongoDB and Node(Third Edition)
- Scala Data Analysis Cookbook
- Scratch·愛編程的藝術家
- Practical GIS
- Docker:容器與容器云(第2版)
- IBM RUP參考與認證指南
- 現代C++語言核心特性解析
- Apache Solr for Indexing Data
- 前端程序員面試算法寶典