what is unit testing? It comes under white box or Black Box
testing?
Answer Posted / winrunner
Unit testing is one..which is nothing but testing a small
piece of code..
it comes under white box testing..
| Is This Answer Correct ? | 53 Yes | 6 No |
Post New Answer View All Answers
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
What is common interface?
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
Hi Could someone please provide Siebel Testing Interview questions for 5 years exp.
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
wht is Manual Testing Frame work
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
how do u manage scripts in winrunner when you application is changing frequently?
Do you use any automation tool for smoke testing?
Can you please explain about the erp project
define Testing of Procedure, Triggers and Functions in data base testing ?
How can write testcases on a code under development pls give asnwer
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
how agile testing is performed and what are the related documents.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....