Hi,

i dont understand what is macro.

what is the use of macro?

If suppose we calling excel macro, what we can do with excel macro.

Regards,
Udhay


On Thu, Aug 7, 2014 at 7:54 AM, bhavin v patel <[email protected]> wrote:

> I hope this helps..
> 1. I know overall what is macros but this gives you good understanding of
> it.. basically it automates task for you.. in excel specially
>
> http://office.microsoft.com/en-us/excel-help/about-macros-in-excel-HP005201201.aspx
>
> 2.
>
> On Wednesday, August 6, 2014 12:24:38 PM UTC-4, udhaya kumar wrote:
>>
>> Hi,
>>
>> Please answer for the below questions,  I have faced these questions in
>> yesterday interview
>>
>> 1. What is macros in qtp
>> 2. How to find the upper case char from the string ex: IntelligenT
>>
> 'How to find the upper case char from the string ex: IntelligenT
> Dim test,sTest,upperCase,i
> test="IntelligenT"
>
>
> For i=0 To Len(test)-1
>
> sTest=Mid(test,i+1,1)
>
> If InStr(1,"ABCDEFGHIJKLMNOPQRSTVWXYZ",CStr(sTest),0) Then
> upperCase=upperCase&" "&sTest
> End If
> Next
>
> MsgBox upperCase
>
>
>> 3. What are the synchronization techniques we can use in qtp
>>
>    you can use 'sync' method but you need to use conditional check for 
> synchronization..
> you can also use while loop to check, if you object is available or not..
>
> if button.exist() then
>    button.click
> end if
>
>
>> Regards,
>> Udhay
>>
>  --
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "QTP - HP Quick Test Professional - Automated Software Testing" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

--- 
You received this message because you are subscribed to the Google Groups "QTP 
- HP Quick Test Professional - Automated Software Testing" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to