what is the another name for blackbox testing?

Answer Posted / nan

Functional testing

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Descriptive Programming Types with Examples?

1151


How to open a new test using quicktest professional (qtp)?

754


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

1770


what is Property......End Property loop? how to write sript for it in QTP

2131


When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.

1896


Discuss quicktest professional (qtp) environment?

777


What are the advantages of Object Repository?

819


any body can you help me what is the script to automate an comand promt

2217


When do go for loop condition in test?

848


How do you open adobe acrobat file in QTP and do some testing on that file ?

846


how to prepared for first for the first interview?

2041


what is ODC and GDC?

7611


In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?

1720


How do you configure QTP AND Test director?

1698


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

3012