Since upgraded on 5.5.4, I am experiencing some problems I did’nt have before :
I visually can’t make difference between passed and failed tests, because the colored bullet point is very small. I have to zoom in or change the style with chrome developers tools
In the end of a test suite execution, can’t see anymore wich command has passed and wich has failed, because all the colors are lost on the command list. Sometimes event the colors on the tests cases are lost.
Copy and paste a command → the target disappears in some case after moving to another test case
Copy and paste a command from a test case to another is not an exact copy. Example : Target //*[@id=“id-dd3262cb-ec6d-4170-b2c6-fe1508ead7b4-0”] is pasted as id=id-dd3262cb-ec6d-4170-b2c6-fe1508ead7b4-0
“Play from here” on a test suite does not work very well. If I have 2 followed tests cases where the first only stores variables, the second does not execute.
You can reproduce it if you follow this steps using the test plan I uploaded :
Execute de test plan once. It works till the end.
Put the test case “Set variables” on the 2th position
Click on “Play from here” on “Set variables”. It stops and get stuck.
I also noticed some other bugs using the copy paste on commands or even on suites. The target is not 100% the same as the source. For example, if a source command contains a variable, the target contains a value and not the variable. I also have issues when reordening test cases, saving, closing et reopening. The tests cases are not in the right order.
Thank you, I have been able to reproduce that issue. Can you also elaborate on the issue with your CSV file? I can still open CSV files and execute a driven-data test cases.
Hi, same problem here. I have uploaded the data csv file there and used the file name in the loadVars Target but when I hit play, it stops and returns an error at the loadVars and the log mentions .json but I am only using csv file.
For the csv file issue, i didn’t elaborate further since it might have already been complicated
Actually, there was also an small issue with the csv file initially when I returned to 5.5.2.5 in FF. It produced some different “error” also (different from 5.5.4 in Chrome).
My test.csv file is very simple, only has ONE column:
My 5.5.4 error is the Token “L” in Json position 0, when I changed the column head “Link” to “link”, the error message become to token “l” in Json postion 0 (small letter L)
However, there is “Not direct error” in 5.5.2.5, it is just that (I dont’ know why) the command
| open | ${Link} | |
opened this address in FF: http://www.url.com/{Link}
(or something like that I couldn’t remember in details)
so the test suite couldn’t continue due to this wrong url address
What I did (tried and error) was, delete both the Column head “Link” and “Enter Key”, so that “http://www.url.com/001.html” become the the first line 1. Then I re-type column head “Link” and Enter again, --> Save
Everything become normal.
Thus, I am wondering if the csv file was collapsed or something hidden properties was altered after played by 5.5.4 in Chrome
Hi guys, in case these issues are stopping your work. Katalon Recorder is open-sourced and we also released earlier versions. You can temporarily disable the current version of KR, download the source code of 5.5.2.4 and install an unpacked extension into Chrome to use an earlier version.
I truly apologize for the inconvenience and our team are working on fixing the issues.
Thank you for the report, we already acknowledged this issue and it will be fixed in the next release. Due to the delay in Chrome and Firefox Web Stores, it’ll take a few days for the new version to be publicly released.
For now, please follow this guide to avoid being blocked:
Hi guys, in case these issues are stopping your work. Katalon Recorder is open-sourced and we also released earlier versions. You can temporarily disable the current version of KR, download the source code of 5.5.2.4 and install an unpacked extension into Chrome to use an earlier version.
Hello, I’m having a similar issue with the KR 5.9.0 Chrome extension on MacOS. When using the LoadVars to open a URL in a CSV file. I get the error in the screenshot below.
I don’t have this issue using the KR 5.5.3 Fire Fox extension.