Hey Guy's, I'm a technology enthusiast. Discover my latest blog posts, designed to provide FAQs and quick assistance in the software domain.
~ Ankur Malviya :)
"Never Stop Learning"
Heleanium - Web without using Docker Official Heleanium Website: https://healenium.io/docs/overview Youtube Video Link : https://www.youtube.com/watch?v=EF2gM16TnJg 1. We need install first : Java 11+ , Python ( 3.12.0 )& PostgreSQL ( prefer to use latest 16 version ) 2. Once PostgersSQL installed ( make sure during installation whatever you put the password for the same you remember / noted down, need this is in 3rd step), open SQL Shell ( psql ) from the applications, as shown below: 3. Once you open the Shell , hit ENTER till Username & provide same Password as in the step 2. 4. Now , feed one by one on the above terminal, this will create the DB , User & Schema for you: 4.1 : CREATE DATABASE healenium; 4.2 : CREATE USER healenium_user WITH ENCRYPTED PASSWORD 'YDk2nmNs4s9aCP6K' ; 4.3 : GRANT ALL PRIVILEGES ON DATABASE healenium TO healenium_user; 4.4 : A...
Healenium Architecture Healenium Official Github Link : https://github.com/healenium And this complete project E2E available at my repo as well https://github.com/madanankurmalviya/HealeniumTestOnJavaSeMvnProject.git Youtube demo for complete setup : https://www.youtube.com/watch?v=Xg_sqE4VUyU 1. Healenium - Web from Maven Reporsitory: <dependency> <groupId>com.epam.healenium</groupId> <artifactId>healenium-web</artifactId> <version>3.4.8</version> </dependency> 2. Check for Selenium-Java latest dependencies: <!-- https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java --> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>4.16.1</version> </depend...
What Happened to Meta’s Smart Glass Live Demo – And What We Can Learn from It When Meta unveiled its Smart Glasses, the tech world was eager to see the promise of seamless AI + AR integration in action. But instead of a flawless launch, the live demo faltered — lagging responses, unstable connectivity, and underwhelming real-time performance left the audience questioning whether the product was truly ready. This wasn’t just a “bad day” for the presenter; it was a critical reminder of how high-profile demos can fail if not thoroughly tested under realistic conditions. https://youtu.be/TBKe4BAIXDE Why the Live Demo Failed From a QA and testing perspective, several factors may have contributed: Uncontrolled Environment : Live Wi-Fi interference or network throttling can cripple connected devices. Overconfidence in Internal Testing : Teams often test in “lab conditions” but skip field testing where real-world unpredictability shows up. ...
Comments
Post a Comment