Hi kalyan kallamadi

We can use VB Script and Java Script

Regards
Firoz




On Fri, Aug 14, 2009 at 1:38 PM, MercuryQTP group
<[email protected]>wrote:

>
> QTP - HP Quick Test Professional - Automated Software Testing
> http://groups.google.com/group/MercuryQTP?hl=en
>
> [email protected]
>
> Today's topics:
>
> * Maximize browser - 1 messages, 1 author
>  http://groups.google.com/group/MercuryQTP/t/0ed4f6358d1528ff?hl=en
> * well have a querry - 1 messages, 1 author
>  http://groups.google.com/group/MercuryQTP/t/38df4c304b48721d?hl=en
> * Import multiple datasheets into QTP's datatable - 1 messages, 1 author
>  http://groups.google.com/group/MercuryQTP/t/b487b501320077e9?hl=en
> * - 2 messages, 2 authors
>  http://groups.google.com/group/MercuryQTP/t/9defe82f4e7e12ca?hl=en
>
>
> ==============================================================================
> TOPIC: Maximize browser
> http://groups.google.com/group/MercuryQTP/t/0ed4f6358d1528ff?hl=en
>
> ==============================================================================
>
> == 1 of 1 ==
> Date: Wed, Aug 12 2009 8:04 am
> From: Diego Diego
>
>
> Thank you very much for your adivaces.
>
> The situation I have is this, I get a popup window of Explorer, but I see
> little in the page, I need is that you can maximize, to see it in full, if
> there are more ideas are welcome.
>
>
> Regards.
>
>
>
>
>
>
> ==============================================================================
> TOPIC: well have a querry
> http://groups.google.com/group/MercuryQTP/t/38df4c304b48721d?hl=en
>
> ==============================================================================
>
> == 1 of 1 ==
> Date: Thurs, Aug 13 2009 9:13 am
> From: kalyan kallamadi
>
>
> Hi everyone,
> well would like to know about BPT(business process testing) in QTP and what
> is it and how it is implemented and whats the use of it and why it is used
> and so
> and moreover am new to QTP ,so would like to know how project gets started
> using QTP,well i know that test cases r written manually and once written
> ,from where Automation process start, imean do we automate all the test
> cases that written manually and so
>
> everyones advice is appreciated.
>
>
>
>
>
>
> ==============================================================================
> TOPIC: Import multiple datasheets into QTP's datatable
> http://groups.google.com/group/MercuryQTP/t/b487b501320077e9?hl=en
>
> ==============================================================================
>
> == 1 of 1 ==
> Date: Thurs, Aug 13 2009 11:57 am
> From: Steve
>
>
> I am trying to import several data sheets from one excel file into
> QTP's datatable.
>
> Here is what I have so far (it does work, it just looks aweful):
>
> -------------------------------------------
>
> ''Load all of the datasheets required from excel into QTP's datatable.
>
> DataTable.AddSheet("Tabs")
> DataTable.AddSheet("Navs")
> DataTable.AddSheet("Sub1")
> DataTable.AddSheet("Sub2")
> DataTable.AddSheet("Sub3")
> DataTable.AddSheet("Sub4")
> DataTable.AddSheet("Sub5")
> DataTable.AddSheet("Sub6")
> DataTable.AddSheet("Sub7")
> DataTable.AddSheet("Sub8")
> DataTable.AddSheet("Sub9")
> DataTable.AddSheet("Sub11")
> DataTable.AddSheet("Sub10")
> DataTable.AddSheet("Sub12")
> DataTable.AddSheet("Sub13")
> DataTable.AddSheet("Sub14")
>
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Tabs", "Tabs"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Navs", "Navs"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub1", "Sub1"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub2", "Sub2"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub3", "Sub3"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub4", "Sub4"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub5", "Sub5"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub6", "Sub6"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub7", "Sub7"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub8", "Sub8"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub9", "Sub9"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub10", "Sub10"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub11", "Sub11"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub12", "Sub12"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub13", "Sub13"
> DataTable.ImportSheet "\\Louapp02\CS_QA QTP Files\Portal\common.xls",
> "Sub14", "Sub14"
>
> ----------------------------------------------
> There has got to be a cleaner way to do this. To combine it and make
> it simipler.
>
> I didn't find anything online or in the QTP Help file to aid me in
> this.
>
> Any ideas??
>
> Thanks,
> Steve
>
>
>
>
>
>
> ==============================================================================
> TOPIC:
> http://groups.google.com/group/MercuryQTP/t/9defe82f4e7e12ca?hl=en
>
> ==============================================================================
>
> == 1 of 2 ==
> Date: Thurs, Aug 13 2009 10:11 pm
> From: kalyan kallamadi
>
>
> *What are the different scripting languages one  could use when working
> with
> QTP
>
>
> *
>
>
>
>
> == 2 of 2 ==
> Date: Thurs, Aug 13 2009 11:09 pm
> From: Bibek Khatiwara
>
>
> *Only VBScript....*
>
> Thanks!
>
> On Fri, Aug 14, 2009 at 10:41 AM, kalyan kallamadi <
> [email protected]> wrote:
>
> > *What are the different scripting languages one  could use when working
> > with QTP
> >
> >
> > *
> > >
> >
>
>
> --
> Regards,
> Bibek
>
> Hey! Catch me on:
> http://khateee.blogspot.com/
>
>
>
>
>
> ==============================================================================
>
> You received this message because you are subscribed to the Google Groups
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
>
> To post to this group, send email to [email protected] or visit
> http://groups.google.com/group/MercuryQTP?hl=en
>
> To unsubscribe from this group, send email to
> [email protected]<mercuryqtp%[email protected]>
>
> To change the way you get mail from this group, visit:
> http://groups.google.com/group/MercuryQTP/subscribe?hl=en
>
> To report abuse, send email explaining the problem to
> [email protected]
>
>
> ==============================================================================
> Google Groups: http://groups.google.com/?hl=en
>



-- 
Regards,

Faroz Basha. M

--~--~---------~--~----~------------~-------~--~----~
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