Hi,
I’m running my testcases using a loop with multiple modules in between
I’m getting the error messages as attached in the screenshot. This is highly disturbing and I’m not able to figure out the reason . Please help @admin /@newuserkantu /@Plankton
admin
October 7, 2019, 10:25am
2
Wow, this looks strange. Can you tell us how to recreate this issue?
1 Like
Well, I’m using many embedded macros inside a you could say main macro…
If i use error ignore false , it doesnt seem to work…
I’ll try to post some pseudo code…
Also onerror go to doesnt seem to work
I have this error in the past when i used run commando to share variable in different macro runned together via run command.
With kantu now i do not use run command because give more errors.
I guess it comes when an error is ignored and I manually stop the test case
store | true | !errorignore
works i use this command without any problem.
I actually want it to fail to go to a label which will log out the user
I have a main macro in which I have many sub macros , so would it be okay to define gotoif once at the starting of main macro?
Thanks
Hi @admin
I also keep getting this issue
[error]
macro ‘Vehicles’ timeout 100037s (change the value in the settings if needed)
intermittently
In the past i have the same problem i report it (run command is bugged) but after some months nothing was solved.
DO NOT USE run command is the solution and create macro simply because Kantu is instable and usually can freeze o give errors.
Hi
I see this error using run part of macro that contain variables.
Macro 1
{
“Name”: “_1”,
“CreationDate”: “2019-4-28”,
“Commands”: [
{
“Command”: “store”,
“Target”: “TRUE”,
“Value”: “!ERRORIGNORE”
}
]
}
Macro 2
{
“Name”: “_2”,
“CreationDate”: “2019-4-28”,
“Commands”: [
{
“Command”: “store”,
“Target”: “Test”,
“Value”: “Test”
}
]
}
Macro 3
{
“Name”: “_3”,
“CreationDate”: “2019-4-28”,
“Commands”: [
{
“Command”: “run”,
“Target”: “_1”,
“Value”: “”
},
{
“Com…
Hi
When I combine with run command parts of macros that have stored variables i see more errors.
How can i combine more macros with variables and launch it with run command without error ?
Hi @admin could you please solve the timeout error ? Please. Thanks a lot.
I have the same problem I stored a timeout long (99999999999999) and the problem remain it’s caused from run command
https://ui.vision/docs/selenium-ide/run
If you do not use run command rimeout will be count correctly.
okay @newuserkantu I wont use it
In my test when i shared variable with run command i have this problem.
If you use simple macro without variables run command works
If support solved is better, run command is good feature.
To bypass i use testsuite it’s similar run command.
I have a folder with single macros and i run it one after one (similar run command)
Folder example
1-Loadsite.json
2-Login.json
3-Logout.json
Here more info
https://ui.vision/docs
I run testsuite and run one after one, with initial number i order the macro order to run.
1 Like
Okay , but I need Global Variables for mapping
Shore variable with global and it will be stored in kantu, it will be deleted only when you close browser
https://ui.vision/docs#globalvar
I want to use a macro in multiple test suites. In some test suites I use a global variable and in others I don’t. So in some test suites the variable will be ‘not defined’. Is there a way to check if the global variable is set?
1 Like