Revision 182b9827
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
t/selenium/testscripts/010Login.t | ||
---|---|---|
1 |
### Login |
|
2 |
|
|
3 |
diag("TestLogin"); |
|
4 |
|
|
5 |
$sel->open_ok($lxtest->{lxbaseurl}."/login.pl"); |
|
6 |
|
|
7 |
$sel->wait_for_page_to_load_ok($lxtest->{timeout}); |
|
8 |
$sel->title_is("Lx-Office Version ".$lxtest->{version}); |
|
9 |
$sel->type_ok("login", $lxtest->{testuserlogin}); |
|
10 |
$sel->type_ok("password", $lxtest->{testuserpasswd}); |
|
11 |
$sel->click_ok("//input[(\@name=\"action\") and (\@value=\"Anmeldung\")]"); |
|
12 |
|
|
13 |
$sel->wait_for_page_to_load_ok($lxtest->{timeout}); |
|
14 |
if($sel->title_is("Datenbankaktualisierung - Lx-Office Version 2.4.3 - -")) { |
|
15 |
$sel->click_ok("//input[(\@name=\"dummy\") and (\@value=\"Weiter\")]"); |
|
16 |
$sel->wait_for_page_to_load_ok($lxtest->{timeoutlong}); |
|
17 |
$sel->click_ok("//input[(\@type=\"submit\") and (\@value=\"Weiter\")]"); |
|
18 |
$sel->wait_for_page_to_load_ok($lxtest->{timeout}); |
|
19 |
} |
|
20 |
|
|
21 |
$sel->title_is("Datenbankaktualisierung - Lx-Office Version 2.4.3 - -"); |
|
22 |
1; |
Auch abrufbar als: Unified diff
TestScript für Login