Wednesday, April 15, 2015

FlyMigrate - DB in postgres



Try creating Schema in following way.

1. Drop cascade public schema in your sthana database
2. create public schema again. It will be schema without sthana tables.
2. cd to $HOME/sthana/sthana/src/sthana/sthana-core
3.  gradle flywayMigrate

This 3rd command should automatically create a schema with sthana tables for you. When you create data SQL, it should look like V2__data.sql. Put V2__data.sql in same folder as V1__init.sql. Then if you run "gradle flywayMigrate" your database should get updated with data also.



Thursday, April 2, 2015

Notification - test cases

Device need to test: samsung s2, nexus 7, samsung note and beacon
Testing On: wifi and 3g and 2g



test cases:

- check notification.
- enable Tombhor face-detection and then give size in URL then verify thumbnail
- Verify JSON values.
- Verify "ImageType"
- etc

Configuration - test cases

Device need to test: samsung s2, nexus 7, samsung note and beacon
Testing On: wifi and 3g and 2g


Test-cases:
- in 1st 10 secs,
         a) it will find locationProbe (longitude and latitude)
         b) it will not find locationProbe (longitude and latitude)