Index: tst_settings_information/test.py =================================================================== diff -u -r4d4248091371698672b9462e2da9951c3954e30f -re82eb67fafba801c3f781eae5903a11f1ee627de --- tst_settings_information/test.py (.../test.py) (revision 4d4248091371698672b9462e2da9951c3954e30f) +++ tst_settings_information/test.py (.../test.py) (revision e82eb67fafba801c3f781eae5903a11f1ee627de) @@ -588,6 +588,11 @@ test.endSection() def verify_missing_path(): + """" + This function is for renaming the folder and check missing path errors. + Inside this function we are renaming name of following folder which is required for execution. + 1)application + """ try: utility.rename_file(config.APPLICATION_FOLDER_LOCATION,"application") utils.waitForGUI(0.2) @@ -618,7 +623,12 @@ def main(): - + """" + Do not interrupt this script while it is executing. + This script might create folder problems. + Inside this script we are renaming name of following folder which is required for execution. + 1)application + """ utils.tstStart(__file__) startApplication(config.AUT_NAME) navigate_to_settings_screen()