what is the another name for blackbox testing?

Answer Posted / priya sv

Functionality testing

Is This Answer Correct ?    24 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to capture all the data of a webtable, weblist and combolist using QTP?

2846


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2410


How do you know the location Id of an object if you know its index id?

576


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

1542


What are benefits of qtp?

571






Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?

1549


Analyzing the checpoint results?

593


Can you list some technologies that support qtp?

541


How does QTP identify an object?

604


Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?

1456


Define Error Pane of UFT?

682


What are advantages of test automation?

653


What is the Difference between copy to action and call to action?

574


Have you faced any problems with object repository?

584


How many types of recording modes in the qtp?

582