How can we count the no of rows are available in a data
table ?
Answer Posted / krishnachand
I think it is getrowcount()
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to use conditional loops in qtp ?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Define Canvas view of UFT?
Suggest and Define a solution for an application whose objects are not recognized by 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
if numbers are always changing write a script for that
What are the advantages of qtp?
When you open QTP, how many sheets you can see?
When do go for loop condition in test?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What are the challenges you faced during you entire life automation ?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
What is a Patch in QTP?
Which functionalities of QTP used in banking project?