boolean uninstall(app)
|
|
|
|
|
Uninstall the application from the device.
Application: The application package name.
Scenario: We will use the 'Uninstall' command in order to uninstall the EriBank application during runtime.
Parameters:
Application: will be set to "com.experitest.ExperiBank"
if(client.uninstall("com.experitest.ExperiBank")){// If statement}if(client.Uninstall("com.experitest.ExperiBank")){// If statement}If StrComp (client.Uninstall ( "com.experitest.ExperiBank" ), "True") = 0 ThenReport'If statementElseReportEnd Ifif(self.client.uninstall("com.experitest.ExperiBank")):# If statementpassif($client->uninstall("com.experitest.ExperiBank")){# If statement}