Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
insert call to new action
#1
Solved: 10 Years, 9 Months, 1 Week ago
This seems like a simple question but I can't get the right results. I have two actions: login and logout. I want to insert a call to a new action between them.

I can check to insert the action at the end of the test and drag it to the place I would like it, but that is a lot of unnecessary work.

There is a check box to insert at the end of current step. I check this, but even if the current step is the last step of action login, it nests the new action inside of the login action instead of making it parallel: ie.

Code:
login
|- action1
logout

what I want is

login
action1
logout

Seems simple but it doesn't work. Do I have to create the action at the end of the test (after logout) like

login
logout
action1

and then drag action1 to go between login and logout?

Tony
Reply
#2
Solved: 10 Years, 9 Months, 1 Week ago
I don't think there is any other way. However, you may use the short cut to change the run order of actions.Click on an action in "Test Flow" panel and press CTRL+UP arrow or CTRL+DOWN arrow to move an action and its sub-actions. This should reduce your drag and drop effort.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Object not found during the 2nd iteration of an Action call in a For loop BGunay 0 861 04-23-2020, 07:08 PM
Last Post: BGunay
  Is it possible to call Java window and Power Builder Window in 1 Action sbkhbk 0 2,449 06-05-2014, 08:18 PM
Last Post: sbkhbk
  Unable to insert data into datatable Prashanth 1 3,470 05-10-2013, 03:07 PM
Last Post: Saket
  how to insert error msg in a datatable using Dp? zakshah.12 0 1,886 03-05-2013, 07:49 AM
Last Post: zakshah.12
  How to stop Second Action Call faheem05 6 3,919 10-05-2012, 11:11 AM
Last Post: faheem05

Forum Jump:


Users browsing this thread: 1 Guest(s)