what is bultin funtaion in QTP &tell me five examples?

Answer Posted / ramesh murthy

if you want QTP Scripts & Features Information

Visit:

www.gcreddy.com

in that site so many examples available
web scripts
Excel scripts
Flat file Scripts
Database Scripts
etc..

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?

1229


How does you test a weblink which is changing dynamically?

554


how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel

1903


How to release all resources file from the QTP?

1055


Your roles and responsibilities and daily tasks? (As automation tester)

2581






In qtp, how you can remove the spaces from string?

549


What is a recovery scenario?

571


What is the use of text output value in quicktest professional?

512


Explain the check points in quicktest professional?

543


what are the utilities and drivers

1846


how to download mercury qtp9.2 ny internet ?

2964


How to find Operating system information using QTP script?

578


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

3618


How to explain a banking project in interview as a test engineer???

2597


How to use transactions in qtp?

563