Hi All,

I am using qtp 9.2. in order to use the scripts in firefox 2.0, we need to
have plug in. i did search the google. but still could not resolve the
issue. please let me know if any useful links or articles related to that.

expecting the useful answers.

regards,
ravi

On Tue, Jul 10, 2012 at 12:53 AM, <[email protected]> wrote:

>   Today's Topic Summary
>
> Group: http://groups.google.com/group/mercuryqtp/topics
>
>    - Values of Webtable to be stored in an 
> array<#1386d320c72ae3b7_group_thread_0>[3 Updates]
>    - How to click a link present in a web 
> table<#1386d320c72ae3b7_group_thread_1>[1 Update]
>    - Regarding Automation Sample Projects<#1386d320c72ae3b7_group_thread_2>[2 
> Updates]
>    - Dferences between Ranorex and QTP <#1386d320c72ae3b7_group_thread_3>[2 
> Updates]
>    - Storing values in2d array <#1386d320c72ae3b7_group_thread_4> [1
>    Update]
>
>   Values of Webtable to be stored in an 
> array<http://groups.google.com/group/mercuryqtp/t/582cfc126f6c31f4>
>
>    nikhil <[email protected]> Jul 09 08:18AM -0700
>
>    Sujit,
>
>    After long time I again tried this, but when I'm trying to print
>    values
>    they are displayed as blank. I tried converting to string using Cstr()
>    but
>    doesnt work.
>
>    see the code
>
>
>    Function GetTableValue(iRows,iCols)
>    Redim arrReturn(iRows*iCols)
>    Dim iRowCount ,iColCount,iArrayIndex
>
>    iArrayIndex=1
>    For iRowCount = 1 to iRows
>    For iColCount = 1 to iCols
>    arrReturn(iArrayIndex) =Browser("actiTIME - Open
>    Tasks").Page("actiTIME - Open
>    Tasks").WebTable("Customer").GetCellData(1,1)
>    iArrayIndex=iArrayIndex+1
>    msgbox iArrayIndex
>    a=arrReturn(iArrayIndex)
>    'msgbox Cstr(a)
>    msgbox Cstr(arrReturn(iArrayIndex))
>    Next
>    Next
>    GetTableValue=arrReturn
>    End Function
>
>
>
>    On Wednesday, 20 June 2012 22:53:38 UTC+5:30, sujit wrote:
>
>
>
>
>    nikhil <[email protected]> Jul 09 09:07AM -0700
>
>    Hi Sujit,
>
>    Please see the code below:
>    bReturn=GetTableValue(Rows,Cols)
>
>    Function GetTableValue(iRows,iCols)
>    Redim arrReturn(iRows*iCols)
>    Dim iRowCount ,iColCount,iArrayIndex
>
>    iArrayIndex=0
>    For iRowCount = 0 to iRows-1
>    For iColCount = 0 to iCols-1
>    arrReturn(iArrayIndex)
>
>    
> =Browser("MainBrowser").Page("PgName").WebTable("tblName").GetCellData(iRowCount,iColCount)
>    iArrayIndex=iArrayIndex+1
>    Next
>    Next
>    GetTableValue=arrReturn
>    End Function
>
>
>    but QTP says invalid arguments when I'm calling the GetTableValue
>    function.
>    I'm passing just rowcount and colcount.
>
>    Can u explain what the problem.
>
>
>
>    On Wednesday, 20 June 2012 22:53:38 UTC+5:30, sujit wrote:
>
>
>
>
>    sujit kumar <[email protected]> Jul 09 11:37PM +0530
>
>    Hi Nikhil,
>    I checked this code in QTP11 it works.
>    can you tell me which version are you using,or is it license QTP or
>    trial
>    there might be some problem in QTP version
>    Or Try This
>    bReturn=GetTableValue("4","5")
>
>    Function GetTableValue(iRows,iCols) 'Takes parameters as String
>    Redim arrReturn(Cint(iRows)*Cint(iCols)) 'try to convert all iRows and
>    iCols in Cint
>    '''' Other also convert in Cint format, whenever require only
>    End Function
>
>    I am not sure why its happening.
>
>    --
>    Thanks & Regards
>    Sujit :)
>
>
>
>
>   How to click a link present in a web 
> table<http://groups.google.com/group/mercuryqtp/t/ac6df7958e6e04bb>
>
>    nikhil <[email protected]> Jul 09 08:31AM -0700
>
>    Sujit my above code worked
>
>    only diff I didnt put () after click()
>
>    Thanks man
>
>    On Sunday, 8 July 2012 22:39:38 UTC+5:30, sujit wrote:
>
>
>
>   Regarding Automation Sample 
> Projects<http://groups.google.com/group/mercuryqtp/t/1578175095f59a99>
>
>    [email protected] Jul 09 11:42AM
>
>    Hi Group,
>    I am Looking for some sample Automation project with code or some
>    projects available which are implemented using some Frame work.Even project
>    on Flight Application also do.
>    Thanks and regards,
>    Shivam
>    Sent on my BlackBerry® from Vodafone
>
>
>
>
>    nikhil <[email protected]> Jul 09 08:18AM -0700
>
>    Hey you can start playing with flight application. Initially recording
>    then
>    use RO Property and others.
>
>
>
>    On Monday, 9 July 2012 17:12:25 UTC+5:30, siva reddy wrote:
>
>
>
>   Dferences between Ranorex and 
> QTP<http://groups.google.com/group/mercuryqtp/t/793111717c6d6756>
>
>    Shalabh Dixit <[email protected]> Jul 08 09:20PM -0700
>
>    Hi.. you can refer the following links...
>
>
>    
> http://priya-trivedi.blogspot.com/2012/05/difference-between-ranorex-and-qtp.html
>
>    http://www.ranorex.com/forum/ranorex-vs-qtp-t1456.html
>
>    http://qacorner.blogspot.com/2010/11/ranorex.html
>
>    On Thursday, March 22, 2012 2:19:50 PM UTC+5:30, Ashish wrote:
>
>
>
>
>    Kunal <[email protected]> Jul 08 11:42PM -0700
>
>    QTP supports WPF environment. Best practice is do a Proof of Concept
>    using
>    both tools. Then decide, which one is more suitable to your need.
>
>    Cheers,
>    A B
>    Blog - www.automation.lifegoeasy.com
>
>    On Thursday, 22 March 2012 14:19:50 UTC+5:30, Ashish wrote:
>
>
>
>   Storing values in2d 
> array<http://groups.google.com/group/mercuryqtp/t/2d730c5cfed66da6>
>
>    Parke Kuntz <[email protected]> Jul 08 08:44PM -0400
>
>    Nikhil:
>
>    Consider using a nested dictionary to store data from a webtable and
>    then
>    pulling the data from the dictionary to compare values. It works very
>    nicely.
>
>    The url that explains how is
>    http://www.advancedqtp.com/complex-dictionary-usage/
>
>    hth,
>
>
>    Parke
>
>
>
>
>
>  You received this message because you are subscribed to the Google Group
> mercuryqtp.
> You can post via email <[email protected]>.
> To unsubscribe from this group, 
> send<[email protected]>an empty message.
> For more options, visit 
> <http://groups.google.com/group/mercuryqtp/topics>this group.
>
> --
> 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
"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

Reply via email to