How to fetch the value from excel .
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to fetch the value from excel .
Scenario :
I have read an array [1138,1139,1140] and now for 1138 i have to do the actions(assume login)
I have given the necessary steps to do it. So if it fetches 'Ctrl_ID' then it should pass 'button'
So from excel how to fetch those repeated
Ctrl_ID | Ctrl_Type | Action | Data | Ctrl_ID | Ctrl_Type | Action | Data |
buttonok | button | click | Password | Textbox | Sendkeys | pass123 |
continues till Ctrl_ID is NULL.
Condition is to use "TUPLES" and do the same.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You mean that there is no solution for the fashion it is written in excel??(Testcomplete with python)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not sure. Anyway the solution will be much more complex and fragile than alternate way.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes , i agree @baxatob
If you could find 1 please let me know.
I would like to know about it..
Thanks in advance!!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to split an array ?
Array=[ctrl_id, data, action, keys]
This should be done using testcomplete with python.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Array = [ctrl_id, data, action, keys] Array[0] == ctrl_id Array[1] == data Array[2] == action Array[3] == keys
So you can use: Log.Message(Array[0])
or more tricky: [Log.Message(value) for value in Array]

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »