Web application testing – SoliteraTA

SoliteraTA

Web application testing

Introduction #

The SoliteraTA web version is designed to automate the web application. It uses the web browser through which you can test the web application. Users can use four web browsers to automate the web application i.e Chrome, Edge, Firefox and Safari.

Pre-requisite to start Web Application Testing in SoliteraTA #

Requirements: #

To use the SoliteraTA for web testing, you will need:

  1. The browser that you are going to use for web testing, must be installed on your system.
  2. You have to provide a valid URL/IP addresses of the web application for testing.
  3. Web browsers must be accessible on your system.
  4. You can create the element by inspecting the web page 
    • To inspect the web page, right click on the web page and select the inspect option.
    • From the element section you can create the element 
    • In SoliteraTA, there is a utility feature, by using this, you can directly create the element of the page only by passing the web page URL.
    • Note– For more information Please go through this link- https://youtu.be/3uktjWgKrtI
  5. To use the Utility feature for generating elements of  the web pages, firefox browser must be installed on your system. You can use this facility only from firefox.
Application file format: #
<environment>
  <config>
    <name>Application_Name</name>
    <type>web_application</type>
    <url>Application_Url</url>
    <cookie>true</cookie>
  </config>
</environment>
Element  file format #
<elements>
  <element>
    <name>SignIn_Btn</name>
    <type>XPATH</type>
    <value>//div[text()='Sign in']</value>
  </element>
</elements>

Solitera may collect certain information by automated means, such as cookies and web beacons, when a user visits our website. A “cookie” is a small piece of data that a website can send to your browser, which may then be stored on your system. learn more

Choose your Operating System