hi all,
I want to know about the QTP scripts, i have read more books
but all areis to be a theory so how can i improve my script
skills. if anybody knows about qtp scripts plz guide me and
i need a sample scripts.my mail id is karthis4u@gmail.com,
9986667831
If you all have any data send it to akadi111@gmail.com
Answer Posted / swarna
Hi,
You learn vbscript. Install QTP trial version and start
practising using the QTP tutorial . Go through the sites
and read as much as you can. Try to implement all this in
your PC.
OR
Join any good institute.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.
How can you identify the browser and its information using the qtp script?
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
i can done the project with QTP in that time i can say how many members in my team size?
What are the key elements available in test result window?
What are the various types of Actions in UFT?
How often were they executed?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
what kind of frame work you used in your last project?
Does quicktest professional (qtp) is unicode compatible?
What is checkpoints for quicktest professional?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
Is virtual object supported in low level recording mode?
How QA specialist can identify when programmatic descriptions are useful?