Formal testing of new applications
Hi,
Is there a formal paper on testing applications or do you just setup your test requirements ad hoc?
Thanks
Carlo
Is there a formal paper on testing applications or do you just setup your test requirements ad hoc?
Thanks
Carlo
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
Inabus
17 years ago
Because each environment is different the requirements that testing needs to achieve is different for each site.
The basics would be:
Can you login to the app
Can you load the app
Can you print from the app
Can you open a file from the app
Can you save a file from the app
Can you get into each menu item in the app
Those are a few basic tests I always do, of course there will be specifics for applications that link with others.
Paul
The basics would be:
Can you login to the app
Can you load the app
Can you print from the app
Can you open a file from the app
Can you save a file from the app
Can you get into each menu item in the app
Those are a few basic tests I always do, of course there will be specifics for applications that link with others.
Paul
Posted by:
yarborg
17 years ago
Posted by:
turbokitty
17 years ago
Posted by:
jmcfadyen
17 years ago
additional to Inabus's comments you should also be testing this with multiple user accounts. One of the main things you want to look for here is that
user profile fix up scenarios are functional.
no self healing occurs for unplanned reasons.
lock down users can access application after installation.
user profile fix up scenarios are functional.
no self healing occurs for unplanned reasons.
lock down users can access application after installation.
Posted by:
AngelD
17 years ago
Additional to John's recommendation regarding "lock down users".
Test A Package In A Locked-Down Environment
Per-machine advertisement followed by installation by a normal user account
is the most comprehensive test for this situation.
As an administrator use the following command line to advertise the application to the
local machine: msiexec.exe /jm package.msi ALLUSERS=1 /qb
Note: No package components will actually be installed, MSI will simply install the
advertised shortcuts and icons, file types and extensions, COM class registration, and
package installation information.
Next, logon with a normal user account and trigger the installation process by running the
shortcut or via a file type association. The application should start and run with
no problems at this point.
Be sure to make changes to settings, toolbars, and other preferences- then exit and
relaunch the application to ensure such information is capable of being retained in
this security context.
Test A Package In A Locked-Down Environment
Per-machine advertisement followed by installation by a normal user account
is the most comprehensive test for this situation.
As an administrator use the following command line to advertise the application to the
local machine: msiexec.exe /jm package.msi ALLUSERS=1 /qb
Note: No package components will actually be installed, MSI will simply install the
advertised shortcuts and icons, file types and extensions, COM class registration, and
package installation information.
Next, logon with a normal user account and trigger the installation process by running the
shortcut or via a file type association. The application should start and run with
no problems at this point.
Be sure to make changes to settings, toolbars, and other preferences- then exit and
relaunch the application to ensure such information is capable of being retained in
this security context.
Posted by:
cduplessis
17 years ago
ORIGINAL: Inabus
Because each environment is different the requirements that testing needs to achieve is different for each site.
The basics would be:
Can you login to the app
Can you load the app
Can you print from the app
Can you open a file from the app
Can you save a file from the app
Can you get into each menu item in the app
Those are a few basic tests I always do, of course there will be specifics for applications that link with others.
Paul
Okay great it basically looks like an ad hoc type testing. Thanks for the info, will search the forums and draw up a testing plan that pertains to our specific environment.
Carlo
Posted by:
anonymous_9363
17 years ago
Because each environment is different the requirements that testing needs to achieve is different for each site.I would add:
The basics would be:
Can you login to the app
Can you load the app
Can you print from the app
Can you open a file from the app
Can you save a file from the app
Can you get into each menu item in the app
- Do the apps in your build still work after the app being tested is uninstalled?
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.