0% found this document useful (0 votes)
31 views1 page

Testing Objective

The document discusses the objective and methodology for developing an API and test framework for automated testing of a web application. The main objective is to develop an API and test cases to achieve quality assurance for a business management software. The framework will integrate function libraries, test data sources, and reusable modules to represent business processes. An API is a set of rules and specifications that allow software programs to communicate with each other. Test cases are a set of conditions or variables used to determine if an application is working correctly, with a test oracle determining if a test passes or fails.

Uploaded by

shouibm
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

Testing Objective

The document discusses the objective and methodology for developing an API and test framework for automated testing of a web application. The main objective is to develop an API and test cases to achieve quality assurance for a business management software. The framework will integrate function libraries, test data sources, and reusable modules to represent business processes. An API is a set of rules and specifications that allow software programs to communicate with each other. Test cases are a set of conditions or variables used to determine if an application is working correctly, with a test oracle determining if a test passes or fails.

Uploaded by

shouibm
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

CHAPTER 4

OBJECTIVE AND METHODOLOGY


4.1 Objective
Main objective is to develop an Application Programming Interface (API) and test frame work for automated testing web application using testing tool Selenium, which performs unit and integration testing to achieve quality assurance, and to develop automated test cases for Webrino business management software. A framework is an integrated system that sets the rules of Automation of a specific product. This system integrates the function libraries, test data sources, object details and various reusable modules. These components act as small building blocks which need to be assembled to represent a business process. The framework provides the basis of test automation. An application programming interface (API) is a particular set of rules (code) and specifications that software programs can follow to communicate with each other. It serves as an interface between different software programs and facilitates their interaction. An API created for applications, libraries, operating systems, etc., as a way of defining resources request conventions (e.g. function-calling conventions). It include specifications for routines, data structures, object classes, and protocols used to communicate between the consumer program and the implementer program of the API. A test case is a set of conditions or variables under which a tester will determine whether an application or software system is working correctly or not. The mechanism for determining whether a software program or system has passed or failed such a test is known as a test oracle. In some settings, an oracle could be a requirement or use case, while in others it could be a heuristic. It may take many test cases to determine that a software program or system is considered sufficiently scrutinized to be released. Test cases are often referred to as test scripts, particularly when written. Written test cases are usually collected into test suites.

You might also like