Posts

Showing posts with the label Testing

Deloitte Technology Fast 50 CZ: How we became one of the fastest growing tech companies in the Czechia (again).

Image
In November 2022 we have been placed on the Deloitte Technology Fast 50 CZ shortlist, making us one of the fastest-growing companies on the market, receiving this reward for the 4th time in a row since 2019. We’re humbled by this award and would like to take this opportunity to look back at the year 2022 and its many successes. This year, DENEVY has celebrated 8 years since its founding, and the growth since then has been phenomenal. Our roots started in major software integration projects for the biggest players on the market, and they have paved our path towards building our own name and becoming a force to be reckoned with in the field of technology in Central Europe. The name DENEVY has always been connected with professional IT services, outstanding software development, bomb-proof cyber security and friendly, client-first approach. In 2020 We have launched our own project management software juno.one that we are continuously improving and that our users love. So what exactly made...

Easy communication on the web plays an important role in achieving success.

Image
  All successful communication between the customer and the supplier through the website today requires speed, reliability, simplicity and clarity. If you are creating a website or any portal where the goal is to create a basis for good communication and business transaction, we recommend focusing on your web contact form or order form. At first glance, a trivial matter, on the other hand, a psychological maneuver that can be decisive for your further direction. Today, it is no longer enough just to blindly create several columns, where you fill in your initials and then the whole work ends. It is important to come up with the idea, to be original and different from the competition, which tries to overtake you to be better every day. It is necessary to realize how you will pass on each piece of information, how you will connect the logic and create a clear, simple, interesting flow, including continuous e-mailing communication with your customer. The process of filling out the basi...

DevOps tools - choose wisely!

Image
One of ours DevOps implementation could be described like most effective and simple way to move forward. CI/CD is based on Gitlab and other activities are integrated together like this: JunoOne  - Test management system with issue tracking and much more Git  -  distributed version-control  system for tracking changes in  source code  during  software development Jira -  software development tool used by agile teams Gradle - From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster. Selenium -   If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language specific bindings to drive a browser - the way it is meant to be driven. Php Unit -  PHPUnit is a programmer-oriented testing framework for PHP. It is ...

Compatibility testing aneb jak vyhovět všem. CZ

Image
Rozum ě t prohlížečům, operačním systémům a r ů zn ý m za ří zen í m mus í v dne š n í dob ě snad ka ž d á modern í aplikace nebo framework pro tvorbu webov ý ch str á nek. Mili ó ny lid í v dne š n í dob ě navštěvují I nternet p ř es r ů zn é OS a verze prohlížečů. Z důvodu očekávání, že finální produkt bude fungovat vždy a všem, musíme brát v potaz požadavky testování mobilních aplikací, webových stránek a portálů. Je proto zcela z á sadn í polo ž it si ot á zku " J ak é je optim á ln í pokryt í OS a webov ý ch prohlížečů z pohledu testov á n í kompatibility". Na to, abychom zodpověděli tuto ot á zk u, bude nutn é jist é rozd ě len í problematiky , a to na jednotliv é oblasti: d ruhy za ří zen í, kter é p ř istup u j í k aplikac í m a web ů m , a jejich rozli š en í, d ruhy webov ý ch prohl íž e čů, o pera č n í syst é my a jejich verze . Distribuce provozu (Q4/2019 -  zdroj ): Mobilní telefony : 51,74% Stol...

Webové služby - rychlý úvod do testování WS aneb jak získat první odpověď v nástroji SoapUI CZ

Image
Potřebujete začít s testováním webových služeb? Už jste někdy slyšeli o REST nebo SOAP? Při vytváření softwaru, který je připojen k internetu, je obvykle nutné komunikovat mezi aplikačními službami. V rámci našeho uvedeného příkladu komunikace probíhá mezi službami prostřednictvím protokolu HTTP. SOAP nebo REST jsou způsoby, jak snadno komunikovat prostřednictvím HTTP. REST (Representational state transfer) je architektura, definující způsoby, které mohou být použity pro komunikaci mezi webov ými službami, které byly zavedeny v HTTP 1.1 SOAP (Simple Object Access Protocol) je specifikace protokolu, dovolující komunikaci strukturovaných informací mezi webovými službami. Kde do toho vstupuje SoapUI Podle společnosti Smartbear je SoapUI předním světovým funkčním testovacím nástrojem pro testování SOAP a REST. Jelikož existuje verze s otevřeným zdrojovým kódem, zkusme to. https://www.soapui.org/downloads/soapui.html Po instalaci jsme přivítání to...