kamble p


{ City }
< Country > india
* Profession *
User No # 6163
Total Questions Posted # 2
Total Answers Posted # 8

Total Answers Posted for My Questions # 7
Total Views for My Questions # 18773

Users Marked my Answers as Correct # 172
Users Marked my Answers as Wrong # 59
Questions / { kamble p }
Questions Answers Category Views Company eMail

Is testing just sampling???

1 Manual Testing 3506

Is Software Testing categorized as a technical or Non-technical job???

6 Manual Testing 15267




Answers / { kamble p }

Question { 8488 }

What is the GAC? What problem does it solve?


Answer

GAC allows multiple applications to use the same dll

Is This Answer Correct ?    10 Yes 2 No

Question { HCL, 14817 }

What is the main theme of doing Regression Testing


Answer

The main purpose of Regression Testing is to make sure that
any changes introduced by the programmer in one module/unit
do not introduce any bugs in other modules of the same
application,that were found to be bug-free in the earlier
test build i.e before the changes were applied.

Is This Answer Correct ?    3 Yes 0 No


Question { 9920 }

why do u go for whitebox testing,when black box testing is
available?


Answer

White Box Testing requires that the test engg has knowledge
abt the program structure/Coding,the code design is exposed
to the test engg whereas in
Black Box Testing the test engg does not require the
knowledge abt the program structure,the code is hiddden from
the test engg.His job is to test the functionality of the
system.

Is This Answer Correct ?    0 Yes 0 No

Question { Infosys, 41027 }

What is the difference between quality assurance and
quality control?


Answer

Quality Assurance: QA is evaluating the process,identifying
the defects and suggesting improvements for the same.
It is oriented towards "Prevention" eg:Audits,Reviews.

Quality Control: QC is evaluating the product,identifying
the defects and suggesting improvements for the same.
It is oriented towards "Detection" eg:Testing.

Is This Answer Correct ?    99 Yes 10 No

Question { Infosys, 41027 }

What is the difference between quality assurance and
quality control?


Answer

Quality Assurance: QA is evaluating the process,identifying
the defects and suggesting improvements for the same.
It is oriented towards "Prevention" eg:Audits.

Quality Control: QC is evaluating the product,identifying
the defects and suggesting improvements for the same.
It is oriented towards "Detection" eg:Testing.

Is This Answer Correct ?    17 Yes 4 No

Question { WinSoft, 6924 }

class A{ void me(){s.o.p("");} class B extends A{ void me()
{s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me();
b.mne();} what is the output of this, how?


Answer

B b=new A();

you cannot assign a superclass object to a reference of
subclass.

Is This Answer Correct ?    21 Yes 4 No

Question { Siemens, 53024 }

Wht is the Throughput in performance testing during web
based testing, Generally how do we test this..do we use any
tool etc....Anybody can explain it in detail...


Answer

Throughput in performance testing is the no of transactions
that can be handled simultaneously.It can be tested using
automation tools.

Is This Answer Correct ?    22 Yes 39 No

Question { Siemens, 9025 }

Wht is Chache or Chache Memory, we test during web based
testing...Actually what is it,Actually where it comes.. Can
Anybody explain it in detail.....Thanks in advance..


Answer

Cache memory ,on the client side is where cookies r stored.
Some web applications make use of such cookies to identify
the users,hence forms an important part of web testing.

Is This Answer Correct ?    0 Yes 0 No