Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - swettdj

Pages: [1]
1
General Board / Re: Usecase through javascript code
« on: July 18, 2012, 05:22:44 pm »
for alternative path i solved it with this source code:
Code: [Select]
st = steps.GetAt(n);
extensions = st.Extensions;
extension = extensions.AddNew("Step "+n+" Alternative flow","Alternate");
sceneAlt = extension.Scenario;
stepsAl = sceneAlt.Steps;
stepAl = stepsAl.AddNew(name,"Alternate");
.
.
.
stepAl.Update();
stepsAl.Refresh();
sceneAlt.Update();
steps = scene.Steps;
step = steps.GetAt(n1);
extension.Join = step.StepGUID;
extension.Update();
extensions.Refresh();

If you need other any other explanation write me I'm happy to help you

2
General Board / Re: Usecase through javascript code
« on: July 16, 2012, 05:22:16 pm »
Thank you for reply, but I solved it friday afertnoon...but thank you very much

3
General Board / Re: Usecase through javascript code
« on: July 13, 2012, 06:21:25 pm »
I had solved my problem with settig user and system step..but how set an alternative path on a step through javascript??

thanks

4
General Board / Usecase through javascript code
« on: July 12, 2012, 11:06:01 pm »
I'm trying to create a script to automaticate usecase's step creation but every step that I creat through javascript code is set as System step. How can I set user step?

And after, I need to create an alternative path for a determinated step,can someone explain me how do it? :o

Thanks

5
Automation Interface, Add-Ins and Tools / Re: How to use Baseline with dbms
« on: September 20, 2012, 10:40:48 pm »
Ok, but I'm not able to put project on dbms...can you tell me how I can do this??

thanks

6
Automation Interface, Add-Ins and Tools / How to use Baseline with dbms
« on: September 20, 2012, 08:40:29 pm »
Hi, I'm trying to use baseline with [smiley=cry.gif]DBMS, but looking on internet I hadn't found anythongs that explain how to use it. Can someone explain me how to use baseline with DBMS?

Thanks

7
Automation Interface, Add-Ins and Tools / Table of Content's font color
« on: August 27, 2012, 07:30:58 pm »
Hi, I create my personal template for rtf report and i'm trying to set font color at table of content's tag. But it doesn't  keep it...EA generate it everytime in black. I had also modified the style but it doesn't work. Someone can help me? Thank

8
Automation Interface, Add-Ins and Tools / RTF Report
« on: August 08, 2012, 01:27:32 am »
Someone know if it's possible show a diagramimage using
Code: [Select]
[highlight]diagram >[/highlight]
{Diagram.DiagramImg}
[highlight]< diagram[/highlight]
inside elements
Code: [Select]
[highlight]connector >[/highlight]
[highlight]source >[/highlight]
[highlight]element >[/highlight]

[highlight]< element[/highlight]
[highlight]< source[/highlight]
[highlight]< connector[/highlight]

if yes, can you show me how??

Th [smiley=cry.gif] [smiley=cry.gif] [smiley=cry.gif]anks

Pages: [1]