Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
Hi do you guys know about some software tools such as CASE tools that use to check software bugs within newly build application or web sites. I had read an advertisement in the code-project about such kind of software but now I cannot remember it. So that please inform me about such testing applications.

Thanks
Posted

1 solution

Hi,

There are some tools out there, but if you really intend to do some tests you should investigate a bit more.

Testing is not that hard, it's just a question of reading, understanding and applying what you've learned.

Have a read about Unit Testing and Integration Testing, this should help. You should also take a look at Test Driven Development

There is a great tool out there that just came out from Microsoft Labs: Pex and Moles - Isolation and White box Unit Testing for .NET

So, testing is a concept, it is an art, there are no good tools that will do the work. Testing is part of any development life cycle thus it is something that has to be well thought and that demands efforts and time.

Hope it helps.
 
Share this answer
 
Comments
Chiranthaka Sampath 5-Sep-11 1:57am    
I know what is testing but my dear friend I need information about that software because it tests not only the applications but also it debugs web errors also!
Any way thanks for your help !
_Zorro_ 5-Sep-11 11:37am    
Hi, my bad for the mistaken question... I don't know much about those applications to be honest.

Did you take a look at the VS2010 Coded UI Test?

Good luck with that, may be a good topic to write a small article by the way ;)

Edit: I just found this thread that may be interesting to you (http://www.codeproject.com/Messages/3854287/Best-method-for-Testing-the-UI-part-of-an-applicat.aspx)
Chiranthaka Sampath 6-Sep-11 8:01am    
Ok thanx pal! I really appreciate your help!
_Zorro_ 6-Sep-11 11:27am    
Glad to be helpful

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900