If u don't have any Knowledge on perticular application but
they give that application to u for Testing ? Then How we
wil move towards testing on that application?
Answer Posted / nagur
Even we dont have knowledge on particular application,we
can test the application using black box testing.By
creating test plan,testcase and executing the testcase by
giving valid and invalid inputs we can test the application.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain the features of quick test pro(qtp)?
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
How many types of actions are there in quicktest professional (qtp)?
What are the two types of repositories available, explain them?
Can we run multiple QTP scripts one after the other without manual intervention? How?
Without using gui map editor we can recognize the application in winrunner ?
Explain the features and benefits of quick test pro(qtp)?
what is clean sweep?
can the activities of test case design be automated?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How to find Operating system information using QTP script?
How does you pass optional arguments in qtp?