Hi,
I am using OutputCheckPoint and I am storing the value in
the data table.
The stored value for column:bedroom:"Bed:4"
The another value for column:bathroom:"Bath:2 Full,1
Partial"
I need only the no 4 from the first column.
I need only the no 2,1 from the second column.
I used split array,but it also show array(0) has the
value"bed:4"
.....
Even though I highlight only 4,It is seleting the full
value "bed 4".How can I get only the nos
Thank you
Uma
No Answer is Posted For this Question
Be the First to Post Answer
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
Explain about the test fusion report of quicktest professional?
Hi PLZ explain User Defined Functions in QTP with eample?
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
How do you capture tooltip using QTP?
what is the extension for the test version of the script?
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
How to open any application during Scripting?
Does QTP support Linux Red Hat? Does QTP support Flash?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
How did you achieve reusability via QTP?
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?