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
How many types of status are there?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
How to break the object spy ?
Can we write winrunner language i.e TSL in QTP tool?
any body can you help me what is the script to automate an comand promt
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Differences between text and test area checkpoints?
How to replay a script in qtp?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
can u explain relative path architecture framework in qtp?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
Is it possible to change the values of analog recording?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
how interviews will be on QTP?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?