Execute from here not work

In test case Execute from here… is disabled

Katalon Studio
Version: 5.1.0
Build: 1

Looks like there is something wrong with it. We will double check it

Hi Vinh, Any update on the above issue: ‘Execute From Here’.

This is a time saving feature. Could you please address it at the earliest.

Thanks in advance.

It has been fixed, but it will be included when we fix issues with mobile testing also. So it will be delivered around this week.

Hi Vinh, Any update on the above issue: ‘Execute From Here’.

This is a time saving feature, could you please fix this issue at the earliest.

Yes I know. We will fix it asap in this week, so please wait for it.

It has been fixed in release 5.1.0.2. So please double check again on that version.

It work only in Chrome, in Firefox and IE it does not work.

If I open one test case in new test window (open browser and navigate to url) and try to run another test case in opened window, tests does not work at all.
But if I build test suite where all those test cases are, it work.

And if I close browser window it stay on run list and there is reading:
{data=null, stack…

Hi, are you gonna fix this issue with firefox?

Still working for me on Firefox and IE using sample project. I use TC1 to open a new browser and use TC2 at step #4 on Firefox. So is there any special step from your side?

Screen Shot 2017-12-07 at 16.12.42.png

Screen Shot 2017-12-07 at 16.13.09.png

Okay, I make an sample test, first test case open katalon web page and click Sign In


WebUI.openBrowser('')

WebUI.navigateToUrl('http://forum.katalon.com/')

WebUI.click(findTestObject('Page_All Categories - Katalon QA/a_Sign In'))

WebUI.delay(5)

WebUI.callTestCase(findTestCase('login'), [:], FailureHandling.STOP_ON_FAILURE)

Second test case fill input fields and click Sign In


WebUI.setText(findTestObject('Page_Katalon Studio Best automated/input_user_email'), 'dummy.user@dymmy.com')

WebUI.setText(findTestObject('Page_Katalon Studio Best automated/input_user_pass'), 'dummypassword')

WebUI.click(findTestObject('Page_Katalon Studio Best automated/input_login-btn'))

In Firefox it works fine when you run it in new session but if you try to run these tests in opened session it fails because filling input fields (Email and Password) fails. setTex seems to work fine but nothing appears in the fields.

And this problem is in Windows 10 + Firefox

Is there any error message? Do you observe ‘finding element’ log when you execute ‘Set Text’ keyword?
Have you tried with sample project in Katalon Studio?

There is no error message. I tried with sample project and exactly same situation.

Found 1 web elements with id: 'Object Repository/Page_Login/txt_Password' located by 'By.xpath: //*[@id = 'txt-password']' in '30' second(s)
Setting text of object 'Object Repository/Page_Login/txt_Password' to value 'ThisIsNotAPassword'

It seems to work fine, but fields are empty. And no error message. I am desperate :slight_smile:

Do you have any Post-Execution option checked in Project → Settings → Execution → Default.?

Screen Shot 2017-12-12 at 17.42.43.png

Nop, look like same as you have

Here some error messages when try to run custom keyword tests to open ff window

Unable to verify equal between actual object ‘{stacktrace=stack backtrace:
0: 0x47e934 -
1: 0x47f0a3 -
2: 0x442649 -
3: 0x43c3f0 -
4: 0x40530f -
5: 0x40d01a -
6: 0x6bef19 -
7: 0x420b85 -
8: 0x6b96e0 -
9: 0x7ffcf6251fe4 - BaseThreadInitThunk, error=unknown command, message=POST /session/f904ff0d-12ac-477d-9b8a-f600f1d932d2/execute did not match a known command}’ and expected object ‘-0.123345678’ (Root cause: Actual object ‘{stacktrace=stack backtrace:
0: 0x47e934 -
1: 0x47f0a3 -
2: 0x442649 -
3: 0x43c3f0 -
4: 0x40530f -
5: 0x40d01a -
6: 0x6bef19 -
7: 0x420b85 -
8: 0x6b96e0 -
9: 0x7ffcf6251fe4 - BaseThreadInitThunk, error=unknown command, message=POST /session/f904ff0d-12ac-477d-9b8a-f600f1d932d2/execute did not match a known command}’ and expected object ‘-0.123345678’ are not equal)

Hi Vinh

@Vinh Nguyen said:
Still working for me on Firefox and IE using sample project. I use TC1 to open a new browser and use TC2 at step #4 on Firefox. So is there any special step from your side?

Can not use it for mobile testing. Is it fixed altogether?

@Vinh Nguyen said:
It has been fixed, but it will be included when we fix issues with mobile testing also. So it will be delivered around this week.

I am using Version: 5.2.0 Build: 1

KatalonStudio.PNG

Mobile testing is currently not supported, so that’s why you can’t see it

I have version 5.3.0 recently installed. Yet “Execute from here…” is disabled. Please help.