Tuesday, October 30, 2018

MAQS Faker Data Utility

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.

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.