Questions tagged [atata]

Atata is C#/.NET web UI test automation full featured framework based on Selenium WebDriver. It uses fluent page object pattern.

Atata is web UI full featured framework based on . It uses fluent page object pattern.

Features:

  • WebDriver. Based on Selenium WebDriver and preserves all its features.
  • Page Object. Provides unique fluent page object pattern that is easy to implement and maintain.
  • Components. Supports a rich set of components.
  • Integration. Works on any .NET test engine (e.g. , ) as well as on systems like or .
  • Triggers. A bunch of triggers to bind with different component events.
  • Verification. A set of methods and triggers for the component and data verification.
  • Configurable. Defines the default component search strategies as well as additional settings.
  • Logging. Built-in customizable logging and screenshot capturing functionality.
  • Extensible. Atata and packages have a set of ready to use components.

Links:

53 questions
0
votes
1 answer

How to run Chrome as a different user

I'm running the automation test using Atata framework in a domain network which automatically detects the current user using Windows Authentication so we kind of facing the issue not be able to use a different user for our test. Therefore, I wonder…
Son Vu
  • 13
  • 3
0
votes
1 answer

Using Atata Framework , Can we do database operations like connecting to database and checking the records in table?

Using Atata framework, can we connect to database and perform database operations? I was not able to find any template related to database in atata framework tutorial. I know that we can connect to database using Selenium drivers.Just wanted to know…
Lavin
  • 45
  • 1
  • 5
0
votes
1 answer

How to search by table column that has spaces in the name?

I am building a test that is supposed to search through a table and find an object based on the column name. The problem is, the column name has a space in it, for example: "Friendly name" I am simply wondering how to get the atata framework to find…
0
votes
1 answer

Atata: How to skip NoSuchElementException?

How to skip NoSuchElementException? Or maybe can you elaborate how to initialize controls only before access them? It doesn't work for me: [FindByClass("profile"), WaitFor(on: TriggerEvents.BeforeAccess, ThrowOnAbsenceFailure = false)] public…
0
votes
1 answer

Atata – Processing table rows is slow

One more question regarding the Atata framework. I've found the loading from tables is slow. There's a table with approx. 1000 rows and whenever I am doing any operation on the retrieved row, it seems that engine loads the table once again. Example…
Dariusz Woźniak
  • 9,640
  • 6
  • 60
  • 73
-1
votes
1 answer

Why can Atata components not find or click on Salesforce Lightning component framework's elements

Using Atata version 1.14, I am attempting to fill out a form as a smoke test for integration between Salesforce and Clustdoc. The problem is that the elements are returning a "Unable to locate visible element" or fails to preform the click and fails…
-1
votes
1 answer

Atata - Having difficulty prioritizing Tests in Atata framework

I am new to Atata framework. We are using Visual Studio (C#) for our Selenium Automation. I need help with prioritizing my tests. I have multiple tests in my test class. I want to run this in specific order.
QaAut
  • 1
-1
votes
1 answer

How to click hidden button for Atata framework?

There is a clickable button that is hidden in a part of the project I'm doing. It becomes visible when the mouse is over it. I want to click the hidden button. I tried most of the methods written in the web site but I have not been successful. Do…
j.doe
  • 3
  • 2
1 2 3
4