I am working on dotnet technology. Recently i came to
testing. I want to write general test cases for any
interface either windows application or web applications.
Please cover all these issues: 1) Database issues 2)
Integrated Related Issues 3) Business logic issues 4) User
Interface issues 5) Network related issues



I am working on dotnet technology. Recently i came to testing. I want to write general test cases ..

Answer / saurava singh

First of all if you have knowledge about the programming
then this is a benefit for testing the applicatiion also.
So, now we will categorize the creating the test case into
two types of applications one is Stand alone based
application test case, and another is the web-based test
case.
1)While creating a stand alone based application you make
take any database for storing the applications data. But in
most of the cases the file system is used to store the
application data. So depends on the design and analysis
needed to be done with. For the stand alone applications
you also have to go for the installation and uninstallation
testing and checking the registry values while the
application is installed into the system. While installing
you have to check the proper files and folder structure is
craeted in the system or not and the files are save
successfully or not into the system's hard drive.
2)So while developement if you come accross any module has
to be integrated with the whole application then you have
to test the all the functionality is working fine after the
new module integration or not and also have to run the
regression testing.
3)In the applicatoin business logic rules one has to check
the busisness rules should meet the requirments and also
any kind of security holes in the business rules.
4)User interface the most imoportant because no matter how
easy the application if the user interface is not user
friendly then the system goes down from user's point of
view. In the user interface you have to check usability.
5.If the applications is running on the network check how
fast the data is transmitted when it is over the network
and how it behaves when the network is disconnected. Proper
message should be displayed in that case.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is an IDE?

3 Answers  


What is the difference b/w test case and scenario?

4 Answers  


which testing is done first smoke or sanity with an real time example plz?Thank u!

8 Answers   Infosys,


anyone can explain about Sanity testing and smoke testing and who will involved on sanity and smoke testing

4 Answers  


what is role of the tester in an organaisation and project? what is the daily work of tester?

3 Answers  






whenever the requirements are not given by the customer what type of testing you do?

2 Answers   Subex,


What is endurance testing?

16 Answers   Infosys, MBT, Syntel,


11. Do any of the authoring tools you use have features to help make your Web sites accessible?

0 Answers  


What is the purpose of test plan in your project?

4 Answers   Ordain Solutions,


Define Stress, Load, Volume Testing?

4 Answers  


If you are the Test Team Leader and one of the Team Member is not supporting and not working according to your expectations what would you do? how will u handle him?

3 Answers  


How to test API's?

12 Answers   BeBo Technologies, HK Soft, Microsoft,


Categories