Answer Posted / bindushree s
1) bva works well when the program is a function of several independent variables that represent bounded physical quantities.
2)BVA assumes the variable to be truly on independent and bva happens to catch end of month and end of year faults.
3) when a variable refers to the physical quantity, such an temperature, pressure, air speed, angle of attack, load and so forth, physical boundaries can be extremely important
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is test object model in quicktest professional?
Hybrid framework supports Descriptive programming. Is it true?
is it possible to add sheets to excel at runtime
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
what r the main attributes of test automation?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
How to capture a window in QTP?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
what is keyword driven testing in qtp?n how is it useful?
How to handle Java tree in QTP?
Write a script to verify font style and color of a windows object using descriptive programming
What is recovery scenario in qtp?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
How do you create regression test packs?