If already everything is tested using White-Box testing,
then what is the need of using Black box testing?
Answer Posted / mahesh.k
the main reason is the white box testing is for testing the code of an application block box testing is for testing the functional part of the application.here developers perform positive testing, testers do both positive and negitive testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what type of automation is follwed in the project?
How to explain a banking project in interview as a test engineer???
What is the Difference between test object and run time object?
What do you mean by checkpoints in qtp?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How to capture all the data of a webtable, weblist and combolist using QTP?
How to get popup error message.
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay
What environment does qtp run in?
Where we can use the synchronization?
Explain process of smart Identification in QTP?
wt is the use of multiple questions in QTP
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is the difference between analog and low level recording?