Search the web
Sign In
New User? Sign Up
EMOS_framework
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 18 - 48 of 238   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18
Hi, Is there a maximum number of lines/characters in testsequence cell? Nothing was read from it, but after I have splitted the cell up over two cells, it...
Huggybear
john_cranen
Offline Send Email
Dec 8, 2004
8:57 am
19
Hi John, if there is a limit, then it is probably related to max. size of a string in WinRunner. Try increasing the MAX_STR_LEN in lib\wr_gen library. By...
drajovic1
Offline Send Email
Dec 8, 2004
8:32 pm
20
I read from the source,using "E_FRM_SKIP" can skip process of one cell.but it failed in my try.it seemed the "E_FRM_SKIP" is treated just as plain text! maybe...
poon.yu
Offline Send Email
Dec 10, 2004
4:34 pm
21
Hi, "E_FRM_SKIP" is a returncode from a function that handle the datatable. Like "FRM_edit_set();" when nothing is inside the cell. Use: FRM_skip ( table,...
Carsten Büche
cbueche
Offline Send Email
Dec 14, 2004
9:17 am
22
Carsten, Where can we find the FAQ's because "http://groups.yahoo.com/group/EMOS_framework/files/FAQ/" is empty. Another group-MOVE consequence unfortunately. ...
Arie
ackleady
Offline Send Email
Dec 14, 2004
9:38 am
23
Arie, unfortunatly I haven't made a copy from this group and the members posted massages or from this particular folder. But I am sure that in the next time...
Carsten Büche
cbueche
Offline Send Email
Dec 14, 2004
9:59 am
24
Carsten B¨¹che <cbueche@...> wrote: Hi, "E_FRM_SKIP" is a returncode from a function that handle the datatable. Like "FRM_edit_set();" when nothing is...
yu poon
poon.yu
Offline Send Email
Dec 14, 2004
9:59 am
25
Hi, I want to use the following construction: dtA.xls Name test Testsequence LINK~drv/main~dtB.xls~1 LINK~drv/main~dtB.xls~2 ...
Huggybear
john_cranen
Offline Send Email
Dec 16, 2004
6:41 pm
26
Hi John, it is better not to mix different drivers within one test sequence (even if you "jump" into different tables). Beside clashing GUI-maps there are also...
drajovic1
Offline Send Email
Dec 16, 2004
7:08 pm
27
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the EMOS_framework group. File :...
EMOS_framework@yahoog...
Send Email
Dec 17, 2004
9:09 am
28
Dean, Thanks for your reply. The reason for our approach was that we are testing a java applet with a lot of different screens. The window in which the screens...
Huggybear
john_cranen
Offline Send Email
Dec 17, 2004
9:18 am
29
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the EMOS_framework group. File :...
EMOS_framework@yahoog...
Send Email
Dec 17, 2004
9:21 am
30
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the EMOS_framework group. File :...
EMOS_framework@yahoog...
Send Email
Dec 17, 2004
9:49 am
31
Hi John, neither big GUI-Map nor large switch-statement should have a significant impact on performance. In fact, permanently loading and unloading small...
drajovic1
Offline Send Email
Dec 19, 2004
9:10 pm
32
In one program, some window are almost the same ,but used in different case.for convienece of tester ,I use different table for different window.there are many...
poon.yu
Offline Send Email
Dec 27, 2004
6:40 pm
33
Hi! Ty to use this one window for one block and make the label of the window by regular expression available to all events in the guimap like , label:"!window...
Carsten Büche
cbueche
Offline Send Email
Jan 14, 2005
2:00 pm
34
Hi, Please have a look at the following block function: public function FRM_SCREEN2 ( in table, in test, in idx, inout mode ) { auto rc; rc = FRM_init_block(...
Huggybear
john_cranen
Offline Send Email
Jan 21, 2005
11:48 am
35
Hi First what comes in my mind, if it not disturb the run try to hit on enter twice or more time or make a loop over hitting like do {-hit button-} ...
Carsten Büche
cbueche
Offline Send Email
Jan 21, 2005
12:01 pm
36
Frst of all if the "type does not come trough", then this is not EMOS Framework problem. Your code is OK and WinRunner will always press return which for some...
drajovic1
Offline Send Email
Jan 22, 2005
8:33 pm
37
Hi All, Is there any way to use Java Add-In and EMOS Framework combined with WinRunner, Here are the version of the packages... EMOS Framework 7.01.00.06 Java...
reddypdl
Offline Send Email
Jan 24, 2005
3:10 pm
38
Hi Reddy, don't worry about the conflicts with other Java Add-Ins. EMOS Framework does NOT colide with ANY Add-Ins (in other works it works with all of them)....
drajovic1
Offline Send Email
Jan 24, 2005
3:19 pm
39
With OS Windows XP comes Microsoft Internet Explorer 6.0. WinRunner 7.0 does not work in conjunction with IE6. WR needs IE5.x or lower. So there is a Solution...
winrunner1966
Offline Send Email
Feb 9, 2005
11:31 am
40
Using if loop in script as if (Role !="AA1") { tl_step("aa1",1,"aa1 not present"); } else { if (Role =="AA1"); { tl_step("aa1",0,"aa1 present"); } ...
rubyruby12003
Offline Send Email
Feb 10, 2005
4:31 pm
41
Hi, 1)This is not a loop! This is a dicision! 2)may be "aa1" and "AA1" are not the same? 3) this is not a EMOS Framework related question and than you can try ...
Carsten Büche
cbueche
Offline Send Email
Feb 10, 2005
4:44 pm
42
remove the semicolon after if statement. if (Role == "AA1"); But why do you need to cmpare with AA1 again? Once it comes to else loop, it is definitely equal...
narayan ganesh
narayanganesh
Offline Send Email
Feb 11, 2005
10:28 am
43
In which file do i need to declare the E_FRM_SKIP.please mail me.I'm trying to implement in the flight demo project.I changed all the setting in the startup...
praveenemoswin
Offline Send Email
Feb 11, 2005
10:29 am
45
... template. ... works ... modify...
Carsten Büche
cbueche
Offline Send Email
Feb 17, 2005
3:58 pm
46
Description: Intellect Technical Solutions is a certified Solutions Partner with Mercury Interactive. We're looking for senior software QA consultants with...
Joseph Benton
bentonjd12
Offline Send Email
Feb 21, 2005
7:09 pm
47
Dear friends of EMOS Framework, This is to inform you that EMOS Framework has moved to SourceForge which provides a much better platform for further...
drajovic1
Offline Send Email
Feb 23, 2005
4:06 pm
48
Hi Dean! I hope you will have found a good place where the source will be stored. Anyway we all have te be thankfull for all your work and the offer to join it...
Carsten Büche
cbueche
Offline Send Email
Feb 23, 2005
5:59 pm
Messages 18 - 48 of 238   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help