Differenece betwen Project and product ? when company need
project or product?
Answer Posted / rafi
product is for multiuser.
project is for specifec organisation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How qtp identifies objects?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What do you mean by iteration?
How to use parameterization in qtp?
Why bpt?
Can you brief the hurdles you faced during Automation testing?
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
What is Distributed testing? How does UFT support it?
can any one say that where we can download the QTP trail version ??????????
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
write a script to verify the image path(src property) of the images which are in web pages.
Have you faced any problems with object repository?
What are the features supported by UFT?