in QTP we test web based application at that time what
script is run? is support vb script? plz tell me
Answers were Sorted based on User's Feedback
Answer / amit
when we test any application in qtp whatever it is window or
web based application the qtp generated scripts in vb.VB is
default script for qtp.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / diwan
Plz tell me how we will check the load testing on it.
If we have got any script so how we will run it 100 times.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / naren
Hi Diwan,
We cannot perform load test using QTP, it is for
functionality testing only. Load test means not only to run
the test multiple times, to verify the system behavior
during heavy usage of the system.
| Is This Answer Correct ? | 1 Yes | 1 No |
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
where is the bitmap checkpoint be saved
I want to install qtp software in my system, My operating system is vista . Anybody please suggest me how to get QTP software with licence key
how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
How may types of defects identify application or your currently working application?pls give me answer..
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
who QTP recognizes the object stored in object repository?
What is the default add-ins in qtp?
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
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
give me an example where u used good judgement and logic in solving a problem