Hi Friends...this is surendra..recently i joined automation
team ...Please send me some documents regarding VB
script ...and where can i learn VB script...
This is My mail id: surendra.mamilla@gmail.com... please
send to my mail....
Thanx in advance
surendra.
Answer Posted / praveen k s
i dont hve any document.. but i can tell u.. browse
www.w3schools.com, u can learn vbscript easily...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
Please guide me release notes of Automation once scripts are completed
What are the different types of action?
Explain how qtp identifies objects?
Define Environment Variable in UFT and its uses?
How to analyzing the checpoint results?
Explain how you can replace string in qtp?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
Problem with XML checkpoint in QTP ?
What contains Data Driven Framework document in qtp?
Explain calling sub procedure.
what function you write to do database testing with the help of qtp?
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