summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatalia Shubina <natalia.shubina@nokia.com>2011-05-03 12:53:46 +1000
committerNatalia Shubina <natalia.shubina@nokia.com>2011-05-03 12:53:46 +1000
commit9adb16ad967c034249c21e4c172833b6c3859810 (patch)
tree4467b498a9b68aa863e1e6f55d88b5a35c9e9dee
parentbc714035e459ca08eb85c1d0f84be3317487eba4 (diff)
geocoding and reverse geocoding tests
-rw-r--r--sys_location/sys_location.qtt41
1 files changed, 38 insertions, 3 deletions
diff --git a/sys_location/sys_location.qtt b/sys_location/sys_location.qtt
index e4e6bc71b0..c061ad8504 100644
--- a/sys_location/sys_location.qtt
+++ b/sys_location/sys_location.qtt
@@ -282,7 +282,7 @@ testcase = {
},
request_route_from_one_GPS_location_to_another_data: {
- route:["-27.575", "153.088", "-27.465", "153.023", "16050", "15989"]
+ route:["-27.575", "153.088", "-27.465", "153.023", "15901", "15987"]
},
request_route_from_one_GPS_location_to_another: function(lat1, long1, lat2, long2, distance1, distance2)
@@ -299,7 +299,7 @@ testcase = {
enter(long2);
select("Ok");
prompt(twiki("Wait until the route is calculated (should be less than 10 seconds)"));
- prompt(twiki("Verify the instructions for segments 1 and 5 indicate to 'Head towards Logan rd' and 'Turn left on Logan rd'"));
+ prompt(twiki("Verify the there are 8 segments, first and last instructions indicate to 'Head toward Logan rd' and 'Turn right onto Bartley St'"));
select("routes/route");
compare(getText("distance"), distance1);
select("Request Route");
@@ -312,11 +312,46 @@ testcase = {
prompt(twiki('Verify the instructions for segments 1 and 2 indicate to Head towards Sedgebrook st and Turn right onto Sedgebrook st'));
compare(getText("distance"), distance2);
},
+
+ geocoding: function()
+ {
+ prompt(twiki('---+++ Geocoding
+ Note that testing via proxy is not recommended, incorrect settings can be a cause of " Socket operation timed out" error
+ | *Step* | *Verification* |
+ | Run the GeoServiceDemo application (sources are /tests/location-testing-tools/geoservicedemo) | |
+ | Select Search By Adress tab | |
+ | Select One-box Search checkbox | |
+ | Fill in "Brandl st, Eight Mile Plains, Australia" in search field | |
+ | Select Geocoding search | |
+ | Press Ok button | |
+ | Wait until data is recieved | |
+ | Select places | Verify that count = 1 |
+ | Select place | Verify that latitude is -27.5798, longitude is 153.1 |
+ | Select address | Verify that Country is AUSTRALIA, country code is AUS, city is Eight Mile Plains, street name is Branl St, post code is 4113 |'
+ ));
+
+ },
+
+ reverse_geocoding: function()
+ {
+ prompt(twiki('---+++ Reverse geocoding
+ Note that testing via proxy is not recommended, incorrect settings can be a cause of " Socket operation timed out" error
+ | *Step* | *Verification* |
+ | Run the GeoServiceDemo application | |
+ | Select Reverse Geocoding tab | |
+ | Press Search By Coordinates button | |
+ | Fill in -27.5798 in Latitude field | |
+ | Fill in 153.1 in Longitude field | |
+ | Press Ok button | |
+ | Wait until data is recieved | |
+ | Select places/place/adress | Verify that Country is AUSTRALIA, country code is AUS, city is Eight Mile Plains, street name is 54 Branl St, post code is 4113 |'
+ ));
+ },
displaying_a_map: function()
{
prompt(twiki('---+++ Different views are displayed
- Note that GPS and internet connection is required for this test case.
+ Note that internet connection is required for this test case.
Note that Nokia map engine supports only Street, Satellite and Terrain map types
| *Step* | *Verification* |
| Run the MapView application (sources are /tests/location-testing-tools/mapviewer) | Map for current location is displayed on the screen |