HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kodefreeze

no profile record

Submissions

Show HN: UI testing using multimodal LLMs

kodefreeze.com
1 points·by kodefreeze·6 miesięcy temu·0 comments

Show HN: I built a product to test webapps like a user would

kodefreeze.com
2 points·by kodefreeze·6 miesięcy temu·2 comments

Show HN: Kodefreeze – Automate UI testing with natural language tests

kodefreeze.com
3 points·by kodefreeze·7 miesięcy temu·0 comments

comments

kodefreeze
·10 dni temu·discuss
It's time for gpt 5.6 to come out too now.
kodefreeze
·12 dni temu·discuss
Thank you, it's very early, we wanted to understand how interested people would be so building in the open.
kodefreeze
·13 dni temu·discuss
[dead]
kodefreeze
·13 dni temu·discuss
We are building a command & conquer style RTS. If you're interested in taking a look at our very early demo of the game play, please check out: https://warpact-rts-9221.web.app/

And join our discord to follow along!
kodefreeze
·6 miesięcy temu·discuss
great question! we have logic to look for things like when certain network requests are completed, dom loaded, etc as well as a timeout so we are not waiting for ever. The LLM based on the screenshot can also decide to wait longer if the page hasn't fully loaded despite the checks we do.
kodefreeze
·6 miesięcy temu·discuss
They have browser automation, and a bunch of other agent tools to manage tasks, do things like PowerPoint slides, etc. I find chatgpt agent mode better for most tasks though.
kodefreeze
·6 miesięcy temu·discuss
Interesting that Meta is acquiring a Chinese company.

I was a fan of their initial product but I find it slower than chatpgpt agent mode. And the pricing is not great for individual users.
kodefreeze
·7 miesięcy temu·discuss
They raised at a ~6B round recently. I could have invested but missed the deadline :(
kodefreeze
·7 miesięcy temu·discuss
Do you have support for whatsapp group management?
kodefreeze
·8 miesięcy temu·discuss
I just did this test with our web QA agent - kodefreeze.com, it was able to test creating an account until it reached the screen that requires email confirmation.

Support for being able to receive email/custom actions is on our roadmap, but would love to see if getting this far would be valuable to you. The test was with the [email protected].
kodefreeze
·8 miesięcy temu·discuss
Thanks for letting us know, we'll fix it.

Please let us know if you have any feedback!
kodefreeze
·8 miesięcy temu·discuss
Sorry that you are running into this error, are you seeing this on the marketing website? or somewhere in the app?
kodefreeze
·10 miesięcy temu·discuss
How do you build trust in a system like that? The flowchart style have the advantage that you can decide when you want a human to review/approve as well as ensuring actions that need to happen at certain conditions do happen.
kodefreeze
·10 miesięcy temu·discuss
They've being doing some research on this: https://machinelearning.apple.com/research/ferretui-mobile
kodefreeze
·11 miesięcy temu·discuss
This is really interesting. We've been working on a smaller set of this problem space. We've also found in some cases you need to somehow pass to the model the sequence of events that happen (like a video of a transition).

For instance, we were running a test case on a e commerce website and they have a random popup that used to come up after initial Dom was rendered but before action could be taken. This would confuse the LLM for the next action it needed to take because it didn't know the pop-up came up.