Skip to content

Commit cfa22c1

Browse files
Update README.md
1 parent e5768bd commit cfa22c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
![ScreenShot](http://ww1.prweb.com/prfiles/2014/12/21/12410630/gI_60315_Experitest%20Logo.png)
12
## GridExample
23
This project consists of testNG test written for the EriBank application, and designed to show a demo for SeeTest Cloud Grid feature,
34
please use this example as a refernce when attempting to use the Grid feature.
45

56
This project was written with [page-object-design-pattern](http://www.seleniumhq.org/docs/06_test_design_considerations.jsp#page-object-design-pattern).
67

78
## Grid Feature
8-
The idea behind the [Grid](https://docs.experitest.com/display/public/SC/Manage+Test+Requests) is that we are able to exute one testNG suite, which will launch 5 IOS tests and 5 android tests, by reserving a device using the [os query](https://docs.experitest.com/display/public/SA/WaitForDevice), and the grid will automatically assign a device to the test, and run the test, if the license includes less than 10 grid nodes, or the cloud has less than the required devices, then the test will be queued untill a device is available.
9+
The idea behind the [Grid](https://docs.experitest.com/display/public/SC/Manage+Test+Requests) is that we are able to execute one testNG suite, which will launch 5 tests on 5 iOS devices and 5 android devices, by reserving a device using the [os query](https://docs.experitest.com/display/public/SA/WaitForDevice), and the grid will automatically assign a device to the test, and run the test, if the license includes less than 10 grid nodes, or the cloud has less than the required devices, then the test will be queued untill a device is available.
910

1011
## Concept
1112
The project consists of the following files:

0 commit comments

Comments
 (0)