Get text area and check button or menu enabled

2009-12-07 Thread ann hoang
Hi all, In WinRunner is easy to do these but I am very new to QT. Please show me how to do an get text area and also how to check button and menu enabled in QTest. Thank you very much. Ann -- You received this message because you are subscribed to the Google QTP - HP Quick Test

Re: Get text area and check button or menu enabled

2009-12-08 Thread ann hoang
To: mercuryqtp@googlegroups.com Date: Monday, December 7, 2009, 6:20 PM Page().WebButton().Object.isDisabled and so on, go by http://msdn.microsoft.com/en-us/library/ms535211%28VS.85%29.aspx On Mon, Dec 7, 2009 at 1:23 PM, ann hoang annthu2...@yahoo.com wrote: Hi all, In WinRunner is easy

Re: Can I test application that wrote in .NET by using QTP trial version ?

2010-02-11 Thread ann hoang
don't find .Net Add-In for free or trail version. You need to send a request to HP to buy for your use. On Wed, Feb 10, 2010 at 3:18 PM, ann hoang annthu2...@yahoo.com wrote: where do I get .net add in for QTP trial? please advise! Thank you very much! Tran --- On Wed, 2/10

Re: record right click icon from desktop toolbar?

2010-03-18 Thread ann hoang
icons on taskbar. the one that on your leftside close to 'Start' whenever I record, right click, open and it works ok but the one that on your rightside close to time (2:20 PM) whenever I record, right click, open but it didn't record anything. --- On Thu, 3/18/10, tran tranthu...@gmail.com

Re: Quick Test debugger?

2010-03-31 Thread ann hoang
Thank you very much Santiago. You save my time. Appreciate! --- On Wed, 3/31/10, Santiago Andreuzza santiagof...@gmail.com wrote: From: Santiago Andreuzza santiagof...@gmail.com Subject: Re: Quick Test debugger? To: QTP - HP Quick Test Professional - Automated Software Testing

Not be able to reference to class in lib?

2010-04-30 Thread ann hoang
Please help! Many thanks We have 1 class called MyClass in library. From main function, when I try to reference to that class DoB() Dim myObj Set myObj = New MyClass then Quick test throws error undefined variable MyClass. However I can see the message DoB popup. I moved the class to Main

Problem to pass array to object

2010-05-03 Thread ann hoang
Please help. Many thanks Problem to pass array to object. Class MyClass private m_MyArray Public Property Let MyArray(data) m_MyArray = data End Property Public Property Get MyArray MyArray = m_MyArray End Property End

Re: Problem to pass array to object

2010-05-05 Thread ann hoang
) Because, while getting value it is calling 'Public Property Get MyArray()', it has no parameters. Check it out and let me know. Regards, Varma On May 3, 8:58 pm, ann hoang annthu2...@yahoo.com wrote: Please help.  Many thanks Problem to pass array to object. Class MyClass

How to pass an object type class between two actions

2010-05-11 Thread ann hoang
Please advise how to pass an object type class between 2 actions. Many thanks Ann -- 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 MercuryQTP@googlegroups.com

Problem with text checkpoint

2010-05-19 Thread ann hoang
I have 2 questions: 1/ Please advise! everytime I try to record and do text checkpoint and the index # increase. Please look at after Up and Up_1, Up_2. Such as: Window(Test1).Static(001.45 19-May-10 14:42).Check CheckPoint(001.45 19-May-10 14:42 Up) Window(Test1).Static(001.45 19-May-10

Re: Problem with text checkpoint

2010-05-19 Thread ann hoang
, _2 and so on (because there is already a checkpoint with the old name in the repository). Can you please be more specific on question 2? Regards Ganadhar On Thu, May 20, 2010 at 6:15 AM, ann hoang annthu2...@yahoo.com wrote: I have 2 questions: 1/ Please advise! everytime I try to record

Re: Problem with text checkpoint

2010-05-20 Thread ann hoang
Hope this answers your queries. Regards Ganadhar On Thu, May 20, 2010 at 1:59 PM, ann hoang annthu2...@yahoo.com wrote: thanks for your reply! but how do I avoid of _1, _2 in the repository? Question #2 1st time of running Window(Test1).Static(001.45 19-May-10 14:42

Re: How to make test object in 'object repository' running generic?

2010-06-10 Thread ann hoang
3. change the value to Test Information Editor.* 4. ok On Thu, Jun 10, 2010 at 8:19 AM, ann hoang annthu2...@yahoo.com wrote: Hi all,   Please advise!!! How do I make my test object in 'Object Repository' running generic since my dialog changing name all the time?    Since I

Re: How to resolved the object repository conflict

2010-06-21 Thread ann hoang
Leonardo, Could you please say more detail how to drag and drop the missing obj in repository? b/c I open the local repository and open one in Object Repository Manager and try to drag and drop but I couldn't. Many thanks Ann --- On Sat, 6/19/10, Leonardo leonardo.olive...@gmail.com wrote:

how to check button or check box enable or disable?

2010-08-05 Thread ann hoang
Please advise how do I check button or checkbox, listbox enable or disable? Please advise! Many thanks -- 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

Re: how to check button or check box enable or disable?

2010-08-05 Thread ann hoang
. IsChecked property or selected property. These properties values are boolean (True/False). Using If condition you can verify the property value.   Thanks Madhavi  On Thu, Aug 5, 2010 at 10:15 AM, ann hoang annthu2...@yahoo.com wrote: Please advise how do I check button or checkbox, listbox

script didn't run because window name is changed?

2010-08-18 Thread ann hoang
  All,   I have a problem with window name is changed every time it runs. For example: my window name is: '1Test ABC' next run is: '2Test ABC' another run is: '3Test ABC'   For 1st time record in my object Repository is showed:Object Properties name: '1Test ABC' in my Description properties is

Problem with QTP during run time

2010-09-21 Thread ann hoang
Please advise what should I do when I face with the QTP problem: Sometimes I run my QTP script and it doesn't show warning or giving me any error at all.  But during that run time, I lost my cursor pointing the line that script running and also I could not pause or stop QTP or close QTP by

Re: Problem with QTP during run time

2010-09-21 Thread ann hoang
are you testing? Is there any specific part of code where this issue starts? Did you check the Test Results? On Tue, Sep 21, 2010 at 8:33 AM, ann hoang annthu2...@yahoo.com wrote: Please advise what should I do when I face with the QTP problem: Sometimes I run my QTP script and it doesn't show

Re: Problem with QTP during run time

2010-09-21 Thread ann hoang
You are not getting cursor because your focus is inside the function. For that try to put a breakpoint before the function call and then pause execution once control goes into the function. On Tue, Sep 21, 2010 at 10:17 AM, ann hoang annthu2...@yahoo.com wrote: We are testing window

Re: Problem with QTP during run time

2010-09-21 Thread ann hoang
not working? On Tue, Sep 21, 2010 at 11:06 AM, ann hoang annthu2...@yahoo.com wrote: Thanks.  But do u know how do I stop the script?   Ann --- On Tue, 9/21/10, Ganesh muralidharan mgkgan...@gmail.com wrote: From: Ganesh muralidharan mgkgan...@gmail.com Subject: Re: Problem with QTP during run

Can Quick Test type something from dos command line?

2010-10-25 Thread ann hoang
Hi all,   Can QuickTest type something from dos command line? Please advise! I know we can change path from dos command line but I tried to type something and it didn't work.   Many thanks Ann -- You received this message because you are subscribed to the Google QTP - HP Quick Test

Redim array?

2011-01-11 Thread ann hoang
Hi all,   Have anyone ever try to redim array? I try to redim array but it doesn't work. For example: first time, I have dim array size 5 but second time, I try to redim array size 3 but it doesn't work.  It still shows arr[4] and arr[5] empty.  Please advise! Many thanks   Ann. --

Re: Redim array?

2011-01-12 Thread ann hoang
? To: mercuryqtp@googlegroups.com Date: Wednesday, January 12, 2011, 1:21 AM U hav already fixed ur array size to 5 while ur declaring it... use this way.   dim myarray() redim myarray(5) redim myarray(3) On Tue, Jan 11, 2011 at 10:42 PM, ann hoang annthu2...@yahoo.com wrote: Hi all,   Have

Re: how to kick off quicktest from schedule task

2011-04-18 Thread ann hoang
(QuickTest.RunResultsOptions) qtResultsOpt.ResultsLocation = C:\results Set qtTest = qtApp.Test qtTest.Run qtResultsOpt qtTest.Close qtApp.Quit Set qtApp = nothing Set qtResultsOpt = nothing Set qtTest = nothing On Mon, Apr 18, 2011 at 9:34 AM, ann hoang annthu2...@yahoo.com wrote: Hi all,   Please advise that I

getvisibletext is not working well?

2011-04-21 Thread ann hoang
hi all,   I used getvisibletext but why it didn't work properly.  I ran 1 version ok but next installed new version then it ran failed.  Please advise!  Many thanks   Ann -- You received this message because you are subscribed to the Google QTP - HP Quick Test Professional - Automated Software

Is QuickTest working with Window 7?

2011-04-26 Thread ann hoang
Hi all, Please let me know if Quick Test is working with Window 7. Many thanks Ann -- 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 MercuryQTP@googlegroups.com To

Re: Is QuickTest working with Window 7?

2011-04-27 Thread ann hoang
with win7.. Regards Shalabh Dixit On Wed, Apr 27, 2011 at 2:26 AM, ann hoang annthu2...@yahoo.com wrote: Hi all, Please let me know if Quick Test is working with Window 7.  Many thanks Ann -- You received this message because you are subscribed to the Google QTP - HP Quick Test Professional

Re: Window 7 with qtp

2011-05-04 Thread ann hoang
I heard QT does not work with Window 7 (64 bits).  Is this correct? Thanks   Ann --- On Wed, 5/4/11, VENKAT musku vmu...@gmail.com wrote: From: VENKAT musku vmu...@gmail.com Subject: Re: Window 7 with qtp To: mercuryqtp@googlegroups.com Date: Wednesday, May 4, 2011, 8:33 AM yes, it does

Re: Window 7 with qtp

2011-05-04 Thread ann hoang
rmj...@gmail.com wrote: Even it supports 64 bit also. i have been working also from last 4 months     On Wed, May 4, 2011 at 10:13 AM, ann hoang annthu2...@yahoo.com wrote: I heard QT does not work with Window 7 (64 bits).  Is this correct? Thanks   Ann --- On Wed, 5/4/11, VENKAT musku

Re: getvisibletext is not working well?

2011-05-05 Thread ann hoang
/Blog/Lists/Posts/Post.aspx?Id=609 Thanks, Abhijeet On Apr 21, 9:49 pm, Mason Foley masonfo...@gmail.com wrote: Perhaps you can provide your code to give the group a bit more context to your issue? On Thu, Apr 21, 2011 at 10:27 AM, ann hoang annthu2...@yahoo.com

Re: getvisibletext is not working well?

2011-05-05 Thread ann hoang
:25 AM, ann hoang annthu2...@yahoo.com wrote: hi all, I try to use gettextlocation but everytime I run in new version build or run in other machine and this text will change.  Please advise.  In WinRunner, I never have this problem.  Get textlocation from Qtest run that is not stabled Many thanks

Re: getvisibletext is not working well?

2011-05-06 Thread ann hoang
On Fri, May 6, 2011 at 12:03 AM, ann hoang annthu2...@yahoo.com wrote: Thanks Ganesh but this didn't work with my case.  I have a lot of windows need to get text but this case didn't work.  Thanks a lots.   Ann --- On Thu, 5/5/11, Ganesh muralidharan mgkgan...@gmail.com wrote: From

how do you declare as a global in quicktest?

2011-05-13 Thread ann hoang
Please help..how do you declare as a global in quicktest? Please give me some examples.  Many thanks   Ann -- 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

Set Quicktest running in schedule task?

2011-05-24 Thread ann hoang
Hi all,   Please help me how to kick off a QuickTest script named TEST running in schedule task?  Many thanks   Ann -- 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

Re: Set Quicktest running in schedule task?

2011-05-25 Thread ann hoang
windows task scheduler(if using windows) -anil On Tue, May 24, 2011 at 6:32 PM, ann hoang annthu2...@yahoo.com wrote: Hi all,   Please help me how to kick off a QuickTest script named TEST running in schedule task?  Many thanks   Ann -- You received this message because you are subscribed

Re: how do you declare as a global in quicktest?

2011-05-25 Thread ann hoang
in quickest. On Fri, May 13, 2011 at 8:16 AM, ann hoang annthu2...@yahoo.com wrote: Please help..how do you declare as a global in quicktest? Please give me some examples.  Many thanks   Ann -- You received this message because you are subscribed to the Google QTP - HP Quick Test Professional

how do I check menu item disable?

2011-07-29 Thread ann hoang
hi all,   I check some items under menu such as File, Edit...disabled but I couldn't.  It only work with item that enabled.  Please help.  Many Thanks   Ann -- You received this message because you are subscribed to the Google QTP - HP Quick Test Professional - Automated Software Testing

Re: how do I check menu item disable?

2011-08-01 Thread ann hoang
hi all,   Please help that has any command check items under menu disabled? Thanks Ann --- On Fri, 7/29/11, ann hoang annthu2...@yahoo.com wrote: From: ann hoang annthu2...@yahoo.com Subject: how do I check menu item disable? To: mercuryqtp@googlegroups.com Date: Friday, July 29, 2011, 2:12 PM

RE: QTest 11 - Debug menu is disabled?

2011-08-18 Thread ann hoang
Date: Thursday, August 18, 2011, 12:55 AM Hi Ann Hoang, Did it work base on email below ? Restore all ?   regrds Serene Date: Wed, 17 Aug 2011 14:43:49 -0400 Subject: Re: QTest 11 - Debug menu is disabled? From: ksha...@gmail.com To: mercuryqtp@googlegroups.com Hi, Right click on toolbar

Re: QTest 11 - Debug menu is disabled?

2011-08-18 Thread ann hoang
is disabled? To: mercuryqtp@googlegroups.com Date: Wednesday, August 17, 2011, 1:54 PM Microsoft Script Debugger should be available online or on windows CD. On Wed, Aug 17, 2011 at 2:51 PM, ann hoang annthu2...@yahoo.com wrote: where do I get MS script debugger?  Please advise.  Thanks   Ann

Setup and run QT script in scheduler

2011-09-21 Thread ann hoang
Please show me in detail how to run QT script in scheduler if I have quicktest script named HELLO_TEST Many thanks   ANN -- 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

Re: Setup and run QT script in scheduler

2011-09-28 Thread ann hoang
Hi Anish,   I tried this link but it was popped error when I run .vbs file.  Please see attachment Please advise.. Many thanks   My vbs file:   Set App = CreateObject(QuickTest.Application) App.Launch App.Visible = True App.WindowState = Maximized ' Maximize the QuickTest window App.ActivateView

Re: Setup and run QT script in scheduler

2011-09-29 Thread ann hoang
in this where error may occur.. Regards Shalabh Dixit On Wed, Sep 28, 2011 at 6:32 PM, ann hoang annthu2...@yahoo.com wrote: Hi Anish,   I tried this link but it was popped error when I run .vbs file.  Please see attachment Please advise.. Many thanks   My vbs file:   Set App = CreateObject

Re: Setup and run QT script in scheduler

2011-09-29 Thread ann hoang
@googlegroups.com Date: Thursday, September 29, 2011, 9:28 AM This is strange man Ideally it shouldn't happen You can send me the scripts if you want... I can run using your code here... and try to replicate this issue. Regards Shalabh Dixit On Thu, Sep 29, 2011 at 6:41 PM, ann hoang annthu2

Re: Setup and run QT script in scheduler

2011-10-03 Thread ann hoang
your code and it works fine here... You can retry executing it as there is not much in this where error may occur.. Regards Shalabh Dixit On Wed, Sep 28, 2011 at 6:32 PM, ann hoang annthu2...@yahoo.com wrote: Hi Anish,   I tried this link but it was popped error when I run .vbs file

Problem with window name

2011-12-07 Thread ann hoang
hi All,   Please help me with this problem.. I have 10 window dialogs that were popped up at the same time with same name such as: Window(Test).Dialog(A).Activate Window(Test).Dialog(A).WinButton(OK).Click   but after recorded it and in the Repositories is showed under TestObjects: Test   A  

Re: Problem with window name

2011-12-07 Thread ann hoang
hi All,   Please help me with this problem.. I have 10 window dialogs that were popped up at the same time with same name such as: Window(Test).Dialog(A).Activate Window(Test).Dialog(A).WinButton(OK).Click   but after recorded it and in the Repositories is showed under TestObjects: Test   A  

Re: Problem with window name

2011-12-08 Thread ann hoang
Cc: mercuryqtp@googlegroups.com Date: Thursday, December 8, 2011, 8:10 AM Hello Any,   This condition can be handle using Descriptive programming and regular expression. E.g. Window(Text:=Test).Dialog(Text:=A.*).WinButton(Text:=OK).Click ~Vaishali On Wed, Dec 7, 2011 at 10:50 PM, ann hoang

Re: Problem with window name

2011-12-10 Thread ann hoang
://relevantcodes.com/qtp-working-with-multiple-browser-applications-revised/ Some very good ideas. http://hpquicktestprofessional.wordpress.com/2010/05/27/working-on-multiple-browser-in-qtp-having-same-object-properties/ Parke On Wed, Dec 7, 2011 at 12:13 PM, ann hoang annthu2...@yahoo.com wrote

Get visibleText

2011-12-20 Thread ann hoang
Hi all, I wrote quicktest script in xp window and using some get visible text, it works good but now I move all that script to window 7 and all my get visible text are not working...Please advise what I should do. Many thanks Ann -- You received this message because you are subscribed to

Re: Get visibleText

2011-12-29 Thread ann hoang
Hi Anish,   Thank you very much for your info.  If I use GetROProperty method  so does it get text in real time?  if yes Please give me examples how to use it.  Many thanks   Ann   --- On Sat, 12/24/11, Anish Pillai anish.pillai10...@gmail.com wrote: From: Anish Pillai

Re: Get visibleText

2011-12-30 Thread ann hoang
that the row is not highlighted since highlighting uses vertically graduated shading. On Dec 29, 2011, at 9:07 PM, ann hoang wrote: Hi Anish,   Thank you very much for your info.  If I use GetROProperty method  so does it get text in real time?  if yes Please give me examples how to use

Re: Get visibleText

2011-12-31 Thread ann hoang
properties to retrieve the text content.  Again, if the content is painted on the screen and is not reflected in the object's accessible property then the OCR option is your only choice unless you can extend QTP to make the information accessible. On Dec 30, 2011, at 9:17 AM, ann hoang

check for window is disabled

2012-01-21 Thread ann hoang
Hi all,   Do you have any function check for window is disabled.  For example: right after we close Window A but it takes very long time to close the Window A.  We don't want to use if else or neither wait(x). Many thanks   Ann -- You received this message because you are subscribed to the

Recording didn't work with win7 desktop

2012-01-21 Thread ann hoang
All, Please help..I try to record some simple such as click open notepad from desktop in win7 but I don't know why it didn't record. Please show me if i need to set anything. I use QTest 11. Many thanks Ann -- You received this message because you are subscribed to the Google QTP - HP

Data Table

2012-02-08 Thread ann hoang
Hi all,   I use data table but why it run completed all rows (11 rows) then it started again.  Like infinity loop.  Please advise   Thanks Ann -- You received this message because you are subscribed to the Google QTP - HP Quick Test Professional - Automated Software Testing group. To post to

Re: Data Table

2012-02-09 Thread ann hoang
Settings--Run--Run one iteration only(Select this radiobutton) and then try.   Thanks, Nidhi On Wed, Feb 8, 2012 at 8:09 PM, ann hoang annthu2...@yahoo.com wrote: Hi all,   I use data table but why it run completed all rows (11 rows) then it started again.  Like infinity loop.  Please advise

Need help in select item from the list

2012-04-16 Thread ann hoang
All,   I have around 20-30 items in the list. After record and play it back but it selects a wrong item if I pick the one close to middle or bottom.  Select first fews top, it works fine.  How do I handle this proble? Please advice   Any -- You received this message because you are subscribed

app wpf couldn't record by Quicktest in window 7?

2012-04-23 Thread ann hoang
Hi all,   I have some scripts that wrote in win XP to test some app that was written in wpf. Right after recorded, it showed all line in win xp: WpfWindow(winName).Move 769,486 WpfWindow(winName).Click 183,104 but in win 7, I couldn't record it and also the existing code run that showed run

Visual C++ runtime Error' is popped and crashed when launched QTP 11

2013-01-03 Thread ann hoang
HP Quick Test Pro v11 Visual C++ Runtime Error when launched Good Morning,   I am having trouble with Quick Test Pro. It crashed and gave the error message.   Microsoft Visual C++ Runtime Library   Runtime Error! Program: C:\Program Files\HP\QuickTest Professional\bin\QTPro.exe   This application

Need help on Class

2013-03-27 Thread ann hoang
All,   Please help why I have 1 machine that is recorded 1 object and in GUI showed 'Class: Window' but other machine with same recorded but GUI showed 'Class: SwfWindow'.  Please advise.  Many thanks   Any -- -- You received this message because you are subscribed to the Google QTP - HP

Catch memory usage

2013-04-11 Thread ann hoang
All,   Please show me how to write quicktest script that help to catch memory usage.  Thanks   Any  -- -- 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