Using a excel spreadsheet
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using a excel spreadsheet
is there a way I can have values from a excel spreadsheet, and have them entered automatically when using test complete based on what is in the excel spreadsheet?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, there is. Here's how it works:
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also, consider Excel object provided by TestComplete.
/Alex [Community Champion]
____
[Community Champions] are not employed by SmartBear Software but
are just volunteers who have some experience with the tools by SmartBear Software
and a desire to help others. Posts made by [Community Champions]
may differ from the official policies of SmartBear Software and should be treated
as the own private opinion of their authors and under no circumstances as an
official answer from SmartBear Software.
The [Community Champion] signature is assigned on quarterly basis and is used with permission by SmartBear Software.
https://community.smartbear.com/t5/Community-Champions/About-the-Community-Champions-Program/gpm-p/252662
================================
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, I got it to somewhat work, but it only puts in the last word from excel.
Excel reads - THIS IS A EXCEL TEST. When I run the test, all it puts in the field from excel it the word TEST.
Why is it not reading the whole text from excel?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Let's see a screenshot of the code you're using. Hard to tell what's going on otherwise.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is my test
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right after your Excel-Read Value, do a Log.Message and use the LastOperationResult option that's in this example. Run the test again and it will put the value to the test log so we can see it.
https://support.smartbear.com/testcomplete/docs/keyword-testing/basic/result.html
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does this look correct - I ran it , but not sure how to read the log file.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The log appears when your test has finished running. I expect to see a line in there that has your Excel value in it.
https://support.smartbear.com/testcomplete/docs/testing-with/log/detailed/index.html
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My test fails after reading the excel and I get the following --
