I am searching some articles about sofware installation/uninstallation. Which are things what must have tested, best practices, creating test cases and so on.
What are the different kinds of standard metrics that needs to be considered for a product at different stages including during inhouse testing and after release of the product to the Clients.
I Know that Valgrind tool is the best option to test memory leak in Linux platform.I am working on testing of ARM7 based embedded system which runs on RTX operating system,I did not found any specific tool to test memory leak caused by applications which run on target baord.If somebody worked on this domain please provide some info on possible approch to test memory leak or any memory related tests.
For one of the several applications I test, we're importing a significant amount of data from one database to another. My PM has asked for me to research some "Best Practices" on how best to verify that the data imported correctly. Do you have any suggestions on where I could find some "Best Practices" to support my testing effort?