Re: Hi All: Plz answer my query

2011-07-25 Thread dinesh singh
Hi vamsi , I do not have much idea about this but plz check the hope link it will work. http://www.open2test.org/QAT_Tech_Docs/QTP_framework_implementation_guide_v1.pdf On Mon, Jul 25, 2011 at 5:44 PM, vamsi veluri veluriva...@gmail.com wrote: Hi All 1. What is the best way to get

Re: Hi All: Plz answer my query

2011-07-25 Thread Byzoor.,IAS
Hi, Use Dictionary object , Where ever you required the value you can retrive from Dictionay. *Or* Environment Variable. You can pass the value from one action to another action. *Or * Save the value in Excel or Notepad. where ever required, you can retrive the value from Excel or notepad.

Re: Hi All: Plz answer my query

2011-07-25 Thread Aniket Gadre
1. It depends on your requirement. If you need parameters across all the scripts its better to use environment variables (external user defined env variables), If for 1 particular script then test params and only for Action then action parameters. There is no defined rule for this 2. test

Re: Hi All

2009-12-11 Thread kamani venkat
Hi Achari, urs code is working fine. Thanks Regards, Venkat On Thu, Dec 10, 2009 at 11:48 PM, U S Achary usach...@gmail.com wrote: Check it again. its should work. e.g Index = 0 Browser(Google).Page(Google).WebEdit(name:=q, html tag:=INPUT, Index:= Index).HighLight working fine.

Re: Hi All

2009-12-10 Thread U S Achary
Check it again. its should work. e.g Index = 0 Browser(Google).Page(Google).WebEdit(name:=q, html tag:=INPUT, Index:= Index).HighLight working fine. Cheers, On Thu, Dec 10, 2009 at 9:25 AM, kamani venkat kamaniven...@gmail.comwrote: Hi Achary, thanks for ur reply. syntax error is

Re: Hi All

2009-12-10 Thread Roman Zilber
What does error says exactly? On Wed, Dec 9, 2009 at 7:55 PM, kamani venkat kamaniven...@gmail.comwrote: Hi Achary, thanks for ur reply. syntax error is throwing. i think some error is there in variable passing to index. Regards, Venkat On Wed, Dec 9, 2009 at 10:58 PM, U S Achary

Re: Hi All

2009-12-09 Thread kamani venkat
Hi Achary, thanks for ur reply. syntax error is throwing. i think some error is there in variable passing to index. Regards, Venkat On Wed, Dec 9, 2009 at 10:58 PM, U S Achary usach...@gmail.com wrote: its would be num=9 Browser(JOB).Page(JOB).WebEdit(name:=WebEdit,Index:= num).highlight

Re: Hi all

2009-07-30 Thread rentala vdml
We need Mozilla Add in .Download the add in . Record a script in IE .In record and Run Settings change the browser settings to FireFox and continue On Wed, Jul 29, 2009 at 1:43 PM, Aman Kumar aman.test...@gmail.com wrote: Yes it can record and play back on even Mozilla with QTP 9.2 version

Re: Hi all

2009-07-29 Thread Aman Kumar
Yes it can record and play back on even Mozilla with QTP 9.2 version On Wed, Jul 29, 2009 at 11:09 AM, Krishna Chaitanya av.kri...@gmail.comwrote: Do u mean to invoke Firefox using QTP?? if not join the Mozilla firefox developers group to create it.. On Wed, Jul 29, 2009 at 2:50 AM, Roman

Re: Hi all

2009-07-28 Thread Roman Zilber
How to create Mozilla browser? ??? On Tue, Jul 28, 2009 at 8:31 AM, vamsi reddy vamsi4g...@gmail.com wrote: This is vamsi.I've a query How to create Mozilla browser? by using QTP I'm using QTP 9.2,IE 8.0 By using QTP,open the IE shows Visual studio just in time debugger pop up displayed

Re: Hi all

2009-06-12 Thread tom guo
QTP9.2 and QTP9.0RunAction Action Name On Wed, Jun 10, 2009 at 1:47 PM, Srinivas Pavuluru pavul...@gmail.comwrote: Oh good.. Thanks.. On Wed, Jun 10, 2009 at 1:43 PM, susanth b susanthb.n...@gmail.comwrote: *QTP version 10*- I mentioned it clearly. in that LoadandRunAction

Re: Hi all

2009-06-10 Thread susanth b
sure try this function in QTP 10 LoadandRunAction(actionpath\..) Susanth B Nair 9886053064 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google QTP - HP Quick Test Professional - Automated Software Testing group. To post

Re: Hi all

2009-06-10 Thread Srinivas Pavuluru
Hi susanth, This function could be your developed function, QTP doesn't have any method called LoadandRunAction, if you found anywhere.. please let us know.. Thanks Srinivas Pavuluru On Wed, Jun 10, 2009 at 1:33 PM, susanth b susanthb.n...@gmail.com wrote: sure try this function in QTP 10

Re: Hi all

2009-06-10 Thread susanth b
*QTP version 10*- I mentioned it clearly. in that LoadandRunAction is there SusanthBNair 9886053064 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google QTP - HP Quick Test Professional - Automated Software Testing group. To

Re: Hi all

2009-06-10 Thread Srinivas Pavuluru
Oh good.. Thanks.. On Wed, Jun 10, 2009 at 1:43 PM, susanth b susanthb.n...@gmail.com wrote: *QTP version 10*- I mentioned it clearly. in that LoadandRunAction is there SusanthBNair 9886053064 --~--~-~--~~~---~--~~ You received this message

Re: Hi All

2008-11-30 Thread Dmitry Motevich
Hello, Mr. Venkat! Group members do not like answering such interview questions... If you have any practical issues, we will help you. On Fri, Nov 28, 2008 at 12:59 PM, kamani venkat [EMAIL PROTECTED]wrote: Hi All, This is Venkat, Plz answer my qurey.. What type of objects should not

Re: Hi All

2008-10-14 Thread Mohammed Sikander
Hi Ventak, You can refer the following links better understanding of Frame works http://motevich.blogspot.com/2008/06/10-steps-to-become-qtp-guru.html http://www.automatedqa.com/techpapers/tc_bestpractices.asp -Sikander 2008/10/14 kamani venkat [EMAIL PROTECTED] Hi All, This is Venakt, Plz

Re: Hi All

2008-09-26 Thread Hokrani
Say u have table tt_Employ with the following column ID,Name, DateOfJoin then use following code to read Name of the employ ID=453 ' Open the database Set dbexample = CreateObject(ADODB.Connection) ' Set the connection string and open the connection dbexample.ConnectionString =connection string