|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Getting start with RRAFSHi,
I just have started with RRAFS with Rational Robot, but i am still highly confused in scripting part. do i have to keep commands in cycle driver and then where to put these drivers?? can anybody share a sample script with few commands of cycle,suite and step driver for classic application???? any help would be appreciated Dipali |
|
|
Re: Getting start with RRAFS1) "I just have started with RRAFS with Rational Robot, but i am still highly
confused in scripting part." What "scripting part"? Are you talking literally about Robot scripts? You do not edit any of the true Robot scripts provided with the framework. They run "as-is" to interpret your test tables--*.CDD, *.STD, and *.SDD files. Or are you talking about RRAFS test tables? The *.CDD, *.STD, and *.SDD test tables go in your <project>\Datapool directory as you can see in the samples in C:\SAFS\Project location. 2) "do i have to keep commands in cycle driver and then where to put these drivers??" The "drivers" are the RRAFS Robot scripts. You simply perform the install per the installation instructions and install scripts and then the drivers are where they are supposed to be. This is normally at C:\Program Files\Rational\Rational Test\sqabas32 There are no "commands" in the drivers, per se. The scripts and drivers "interpret" the commands you specify in the Cycle (*.CDD), Suite (*.STD), and Step (*.SDD) tables stored in the <project>\Datapool directory. 3) can anybody share a sample script with few commands of cycle,suite and step driver for classic application???? There are some examples in the C:\SAFS\samples directories for Java and Classics. The Classics example actually has the test tables bundled in Excel spreadsheets, but the Java test tables should be there in the samples\Java\Datapool directory, I believe. You may note the Java example does not use a Cycle-level test table--*.CDD. This demonstrates that you can actually use any entry point for RRAFS and SAFS tests. You can start at the Cycle, Suite, or Step level--whichever seems to work best for you. Can you also specify which versions of RRAFS and SAFS you are working with? Carl ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ safsdev-rrafs@... https://lists.sourceforge.net/lists/listinfo/safsdev-rrafs |
| Free embeddable forum powered by Nabble | Forum Help |