Search found 4 matches

by delfindevassy
Thu Nov 28, 2013 1:30 am
Forum: Automation API
Topic: Select item using label (innertext)
Replies: 2
Views: 2111

Select item using label (innertext)

Team, I am struggling to select an item from drop down with its label. I have a drop-down box which has three items in it. Each item has an ID and and a lable. If I set the TagValue with correct ID it works fine. But If I try to select based on the label, it doesn't go through. In a user perspective...
by delfindevassy
Wed Oct 16, 2013 10:38 pm
Forum: Automation API
Topic: calling record module
Replies: 2
Views: 2368

Re: calling record module

I think Info: WebTest is the project name in this case. Please change it to your project name. need to updated as Info: WebTest is the NAMESPACE of the test case. Please change it to your NAMESPACE. Generally NAMESPACE is same as project name. If you change project name at a later point, NAMESPACE i...
by delfindevassy
Wed Oct 16, 2013 7:16 pm
Forum: General Questions
Topic: Pass test parameters into Ranorex data connectors?
Replies: 7
Views: 2640

Re: Pass test parameters into Ranorex data connectors?

Hi krstcs,

I see that you are using SQL server as data source.
Are you adding each variable as a column in the database table? If you don't mind, can you please share a little details?
by delfindevassy
Wed Oct 16, 2013 7:06 pm
Forum: General Questions
Topic: What is the best method for data binding with variable?
Replies: 1
Views: 1810

What is the best method for data binding with variable?

I am aware of the in-built Ranorex feature for data binding. But I feel that it is not a practical solution if you have more test cases/module groups/modules etc. Have anyone tried a generic approach?