how to retrive that the number of spaces are in a string ????
Answer Posted / uday
You just split with space, and the ubound of that array +1
is the number of spaces.
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
how to convert 100 into hundred repees only and viceversa
What contains Data Driven Framework document in qtp?
Explain actions in qtp ?
How do you know the location Id of an object if you know its index id?
whow much strong on VB and C?
What is a data driven test in qtp?
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Is any limitation to xml checkpoints?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
hou can we use vb script in qtp could u tell me breafly
describe some problems that u had with automating testing tool?
How to attach a file to TD?
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