Building troubleshooting application
-
Hi I want to build a troubleshooting application for my existing software to ensure that it is correctly installed or not.for this I have around 9 test case to check to ensure that application is correctly installed. If any case fail it prompts user to correct it with the correction steps Please tell me the design or architecture I have to follow for that application so that I can extend that in future. Please tell me the arcitecture I follow like which base classes, interfaces etc to make for this application. Thanks
-
Hi I want to build a troubleshooting application for my existing software to ensure that it is correctly installed or not.for this I have around 9 test case to check to ensure that application is correctly installed. If any case fail it prompts user to correct it with the correction steps Please tell me the design or architecture I have to follow for that application so that I can extend that in future. Please tell me the arcitecture I follow like which base classes, interfaces etc to make for this application. Thanks
I know you included the word "Design and Architecture" in your request but this is just another request for codz and as such has been downvoted and ignored. However it is a slow Friday and I'm bored so... When do you expect this process to run? Assuming on first startup Your classes should reflect your test cases this can only be designed with the knowledge of the test. The app should run the test processes before any other process The tests should report and persist the results so subsequent starts do not repeat the tests
Never underestimate the power of human stupidity RAH