We have discussed about MAQS open framework in two of the previous posts. How to setup Visual Studio to work with MAQS open framework is described in the first post (Functional Test Automation with MAQS Open Framework) and in the second post a sample test automation code is described(Start Test Automation with MAQS Open Framework). In this post, let’s identify simple but useful utility available in MAQS open framework.
Tuesday, October 30, 2018
Thursday, October 18, 2018
Start Test Automation with MAQS Open Framework
We have discussed how to setup Visual Studio to work with MAQS (https://github.com/Magenic/MAQS) open framework in a previous post.(Functional Test Automation with MAQS Open Framework).Within this post let’s write a simple test using the MAQS.
First Create a MAQS project as described in previous post.You know one of the main advantages of MAQS framework is we do not need to spend time, to do package installation and configurations.After creating a project, you can find all required drivers and other packages are installed.You will only have to change configuration values according to your project requirements before start scripting.There would be an App.config file under Test project once the project is created for this purpose.
Page Object Model is used in the project created with MAQS.Page Object Model is an object design pattern where web pages are represented as classes. The elements of the page are represented as variables in the class.
First Create a MAQS project as described in previous post.You know one of the main advantages of MAQS framework is we do not need to spend time, to do package installation and configurations.After creating a project, you can find all required drivers and other packages are installed.You will only have to change configuration values according to your project requirements before start scripting.There would be an App.config file under Test project once the project is created for this purpose.
Page Object Model is used in the project created with MAQS.Page Object Model is an object design pattern where web pages are represented as classes. The elements of the page are represented as variables in the class.
Subscribe to:
Posts (Atom)
-
As DevOps engineers, you get requirements to do scripts to perform several actions on application or get status of the application backend ...
-
If you are familiar with Terraform, you might have experience with terraform state import, which allows to import state of the already prov...
-
This post will discuss the issue you might get when trying to push the nuget package to the Azure DevOps Artifact feed using the build pipel...