Do we need to have knowledge of .net to test a .net application OR java to test java application

Showing Answers 1 - 5 of 5 Answers

Marius

  • Apr 18th, 2006
 

The primary thing that we should think about is what kind of testing do we want to do. If it is about functional or GUI testing (black box testing) we need to know the application specifications and testing techniques, if it is about unit testing (white box testing) I think it's important to know .net

  Was this answer useful?  Yes

Ravi Kiran Sindri

  • Apr 22nd, 2006
 

I think for any testing we need to have the knowledge of Application Development Framework that is Type of Application, Technology used, Application layer, Business layer and Database.

  Was this answer useful?  Yes

preetam gochhayat

  • Apr 24th, 2006
 

i think the answer depend on which type of tester your are .If you are a black box tester you dont need to know java  or net if you are going to test that application because you r only bother about the functionalities and GUI ,where there is no use of code . If you r going to do integration testing or GREY box testing you need some knowledge of that programming language

  Was this answer useful?  Yes

sapna

  • Jun 14th, 2006
 

Hi all,

As i am working on the testing of Dot Net application so as per my experience, there is no need to know about the hard code programming for black box testing. and for QA prospect there is only need to know about the Appliaction structure,it's flow, and Business Logics, Validation on the various steps of the application. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions