Package | Description |
---|---|
com.pfc.selenium.connections | |
com.pfc.selenium.testRunner |
Modifier and Type | Method and Description |
---|---|
boolean |
WebServiceClient.setResultado(Resultado res)
Función para almacenar en la BBDD un resultado de la ejecucón de uyn test
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Resultado> |
TestRunner.runTest(Test test,
int idRobot)
Función para ejecutar el test.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TestRunner.sendResults(java.util.ArrayList<Resultado> results)
Función enviar los resultados al WebService y este los almacene en la BBDD
|