Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dhpe
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
dhpe
2mo ago
There's discussion whether this is a vuln. While some responsibility should be on the user to already having downloaded a malicious binary, I think it's poor default behavior from cursor to run git from the repo root. Is it really
2.
▲
by
dhpe
8mo ago
An Android app for CORE (YC S23) to make it as easy as possible to capture data to Core on-the-go. Voice-based UI, also quickly type in memories, and later retrieve by asking. https://memory2.app
3.
▲
by
dhpe
9mo ago
I have programmed 30K+ hours. Do LLMs make bad code: yes all the time (at the moment zero clue about good architecture). Are they still useful: yes, extremely so. The secret sauce is that you'd know exactly what to do without them.
4.
▲
by
dhpe
9y ago
http://www.omnireceipt.com/
5.
▲
by
dhpe
9y ago
I need to upload invoices every month from all ~20 SaaS products I subscribe to an accounting software. Most of the invoices can be just redirected from email to another SaaS that will let me download a zip file containing all invoices from
6.
▲
by
dhpe
10y ago
- Test cases should be designed to allow parallel execution (they should not interfere with each other) - Do not use sleep() for synchronisation - use explicit waits (e.g. wait until element is visible, then proceed immediately)
7.
▲
by
dhpe
10y ago
Really nice to have a generic functional interface to S3. Thanks.
8.
▲
by
dhpe
10y ago
Thanks, good points. We have used ngrok for testing localhost. We actually wrote a helpful article on it. This is useful info regardless of the testing tool, so pasting it here: http://docs.usetrace.com/articles/connect
9.
▲
by
dhpe
10y ago
Thanks for the feedback. We have come quite far since last year. For example, now you can record html5 drag and drop events. Give it a try, we'd love to hear if there's a webpage with issues, so we can fix Usetrace.
10.
▲
by
dhpe
10y ago
Having developed a test recorder, I found out that the best solution was to make mousehover an explicit action (the same as in webdriver). Better to have a robust test than try to do something too fancy.
11.
▲
by
dhpe
10y ago
Since this thread hits my expertise... We have developed Usetrace ( https://usetrace.com ) for a few years targeting teams that want non-techies to automate GUI testing. (Disclaimer, I am a founder). So far the feedback has been p
12.
▲
Show HN: Codeless test automation that actually works
(usetrace.com)
3 points
by
dhpe
11y ago
|
0 comments
13.
▲
by
dhpe
12y ago
Thanks, this is useful.
14.
▲
Your webapp is changing fast – how to keep your UI tests up-to-date
(blog.usetrace.com)
1 points
by
dhpe
12y ago
|
0 comments
15.
▲
by
dhpe
12y ago
My startup http://usetrace.com is a web monitoring (+regression testing) tool with the "monitor for your users" philosophy mentioned in Rob's article. Monitoring is done on the application/feature level ->
16.
▲
by
dhpe
12y ago
Some improvements made. Going to be better!
17.
▲
by
dhpe
12y ago
You can add coded steps when you need advanced features. You'll have javascript in your site's context available.
18.
▲
by
dhpe
12y ago
We're currently providing a way to reuse the beginning of trace in other traces. Most traces start with logging in to the app, so you can create the login trace, and share it to all other traces. So you end up defining signing up once.
19.
▲
by
dhpe
12y ago
Hi, thanks for the awesome feedback! About pricing, you can test all features for free. If you like it and continue to use it, you can subscribe to one of our plans. Copy pasting is a feature which we haven't solved yet. It would defin
20.
▲
by
dhpe
12y ago
Most of the teams do not have required skills for scripted test automation. Even the teams that do have the skills struggle to have time for testing. Personally after doing programmed Selenium tests for 9 years, I have learned that when rel
21.
▲
by
dhpe
12y ago
1. Just click "Run Trace" to verify the automation works. 2. Yes, from Dashboard it's currently FF&Chrome only, but via API you can include IEs. I can help you to get started (mailto arto@usetrace.com) 3. If a Trace can b
22.
▲
by
dhpe
12y ago
Thanks! We're going to improve the landingpage. Meanwhile, check out this video: https://www.youtube.com/watch?v=ZQqAr4jJ9Xw - signing up is also free.
23.
▲
by
dhpe
12y ago
Thanks, a good point!
24.
▲
Show HN: Usetrace – Virtual users doing your repetitive web testing
(usetrace.com)
43 points
by
dhpe
12y ago
|
27 comments
25.
▲
by
dhpe
13y ago
I'm working on a visual web testing automation tool Usetrace ( http://usetrace.com ). Our QA process is relying on it. We're: - automatically checking our most critical features every time our code changes in our QA envi
26.
▲
Codeless testing
(youtube.com)
1 points
by
dhpe
13y ago
|
0 comments
27.
▲
ShowHN: Usetrace - Pinterest for test automation
(usetrace.com)
2 points
by
dhpe
13y ago
|
0 comments
28.
▲
by
dhpe
14y ago
One of the biggest obstacles in web test automation is the pain of test case maintenance. A record/replay solutions have been attempted by many. Unfortunately they don't work. Usetrace instead ties the code editor and the product under test
29.
▲
Show HN: Usetrace - a powerful IDE for testing webapps from users' perspective
(usetrace.com)
1 points
by
dhpe
14y ago
|
1 comments