I want to do Certification course in QTP. For this I
request you to suggest the best Tutorial in PDF format, as
i'm not in a possition to afford any 'Fee' to join in any
institutions.
Hence, if possible, kinldy mail PDF file to my mail-ID:
chakri_avala@yahoo.co.in
Regards,
Chakradhar Yadav.
Answer Posted / raj
could you please mail the pdf to my mail id
catchmeda@yahoo.com
Thanks
Raj
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain keyword driven framework with banking domain?
Both static and dynamic arrays are handled by the vb script. Is it true?
Explain how Selenium is different from UFT?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
What is the extension of the qtp local repository?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How QA specialist can identify when programmatic descriptions are useful?
Why to use descriptive programming?
What is method name to compare two XML files.
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
What is the meaning Work bench?
What is quicktest professional (qtp)?
when a test case is written how u test using qtp