Search found 4 matches

by bimal jose
Thu Mar 27, 2014 5:07 am
Forum: General Questions
Topic: How to get different values in code module variable
Replies: 3
Views: 2865

Re: How to get different values in code module variable

yes, Unfortunately this is not practical. When selecting more than 1 elements from the data column the data executed like a for-each loop. as per the above scenario, if select two variable in data column - in the first iteration value 1 applies to test step 1 and step step 2 and in second iteration ...
by bimal jose
Wed Mar 26, 2014 5:55 am
Forum: General Questions
Topic: How to get different values in code module variable
Replies: 3
Views: 2865

How to get different values in code module variable

Hi I would like to know how to get different values for same code modules in a test case The scenario is like below, Test Case 1 Test step 1 (code module1) ---- value 1 Test step2 (code module 1) ----- value 2 Here I have two steps, say adding a filter and i have to add 2 filter I would like to call...
by bimal jose
Wed Mar 12, 2014 10:49 am
Forum: Automation Modules and Examples
Topic: Pass a dynamically bind data from one code module to another
Replies: 1
Views: 6875

Pass a dynamically bind data from one code module to another

Hi, How do pass a dynamically bind data of a one code module to another code module. For example: in my code module (module1) right click the mouse and select 'import module variable' , bind it @runtime using the option data binding. add other module (module1). I need the dynamically bind data in mo...
by bimal jose
Tue Mar 11, 2014 10:35 am
Forum: Automation Discussions
Topic: inheritance of module variables
Replies: 1
Views: 2640

inheritance of module variables

Hi is it possible to inherit module variable over different code modules. For example i have module variable (say mVar) in a standard code module (stdModule). is it possible to avail the module variable (mVar) in a different code module ? way to add module variable -- right click and select the opti...