Answer Posted / gabbar
QTP>>fILE>>CONNECT TO QC>>URL AND THEN CONNECT
BY MENTIONING DOMAIN AND PROJECT DETAILS.
Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
how to test Web application using QTP software
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
Hi, how can we check or avoid the memory leakage in QTP9.2?
How do you send email with attachment from outlook using 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 can we compare descriptive programing with a regular expression
give me an example where u used good judgement and logic in solving a problem
what are the utilities and drivers
How to explain a banking project in interview as a test engineer???
Did the scripts need lot of maintenance? If yes, why?
How to create Reusable and Multiple Actions?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
Can any one send me the QTP Basic Coding Samples?
What test cases can you automate using QTP?