-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from telekom/feature/manual-improvements
Improvements of Testerra documentation
- Loading branch information
Showing
13 changed files
with
56 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
= Setting local capabilities | ||
|
||
A local defined capability means its only available in the current test execution (current TestNG testmethod). | ||
A local defined capability means its only available in a specific browser session. | ||
|
||
.Set capabilities to a DesktopWebDriverRequest object | ||
[source,java] | ||
---- | ||
WebDriverManager.addThreadCapability(CapabilityType.ACCEPT_INSECURE_CERTS, true); | ||
DesktopWebDriverRequest request = new DesktopWebDriverRequest(); | ||
DesiredCapabilities caps = request.getDesiredCapabilities(); | ||
caps.setCapability(CapabilityType.ACCEPT_INSECURE_CERTS, true); | ||
// Start your session with the DesktopWebDriverRequest object | ||
WebDriver driver = WebDriverManager.getWebDriver(request); | ||
---- | ||
|
||
[NOTE] | ||
===== | ||
Have a look into <<Useful browser capabilities>> for specific browser options. | ||
Have a look into <<Browser specific knowledge>> for specific browser options. | ||
===== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
= Test automation | ||
= What is Testerra? | ||
|
||
image::s_Testerra_Logo_0512px.png[align="center", alt="Testerra logo",width=256,height=256] | ||
|
||
**** | ||
It is an integrated framework for automating tests for (web) applications. Testerra can also be understood as a building block for test automation projects with various basic components. It also includes a prepared "foundation" on which complex test automation environments can be built. | ||
Testerra is developed by our Test Automation Experts at T-Systems MMS GmbH in Dresden (link:https://test-and-integration.t-systems-mms.com[Website]). In numerous projects Testerra is used as the standard test automation framework. | ||
It is an integrated Java framework for automating tests for (web) applications. Testerra can also be understood as a building block for test automation projects with various basic components. | ||
Testerra is based on Selenium but makes it much easier to create your automation solution to test your application. | ||
The framework is developed by our Test Automation Experts at T-Systems MMS in Dresden (link:https://test-and-integration.t-systems-mms.com[Website]). In numerous projects Testerra is used as the standard test automation framework and includes the experience of more then 10 years of test automation. | ||
**** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.