Welcome to my channel H Y R Tutorials.

If you are looking for learning something useful (related to automation testing) with some good explanation, then you are in the right place.

In this channel I'm going to share the knowledge on various programming languages, technologies and tools, so please stay tuned to this.

πŸ”— YouTube - youtube.com/hyrtutorials

πŸ”— Website - www.hyrtutorials.com

πŸ”— Facebook - www.facebook.com/hyrtutorials

πŸ”— Twitter - twitter.com/hyrtutorials

πŸ”— Instagram - www.instagram.com/hyrtutorials

πŸ”— Telegram - t.me/hyrtutorials

πŸ”— LinkedIn - www.linkedin.com/company/hyrtutorials

Kindly share this channel and website with your friends and help them as well.

πŸ™ Please SubscribeπŸ”” to start learning for FREE now, Also help your friends in learning the best by suggesting this channel.


H Y R Tutorials

May this Christmas bring you many reasons to smile. Share this wonderful time of year with those near and dear to your heart.
Merry Christmas! And best wishes for 2023. πŸŽ…β€πŸŽ…β„οΈπŸŽπŸŽ‰

1 year ago | [YT] | 78

H Y R Tutorials

Sapphirus systems is looking for Dotnet developer (On-site Opportunity (U.S))

Exp - 4+ Years
Education: B.E/B.Tech/ MCA
Key Skills - .NET, Asp.Net, MVC, Web API, C#, SQL
Must Have - Angular (Real Time Exp)
NP - Immediate Joiners Preferable

Note: Company will file the H1B incase if you don't have the H1B.

HR Contact information: Suma Pravallika, +91 6305 748 575
Kindly share your resume on whatsapp.
#jobs #recruitment2022 #dotnet #developer #recruitment

1 year ago | [YT] | 16

H Y R Tutorials

sapphirus systems is looking for Senior dotnet developer


Roles and Responsibilities

β€’ Meaningful experience working on large, complex systems in C#

β€’ Able to convince technical efforts accurately and can switch perspective to helicopter view, when needed

β€’ Eager to learn and is open to constructive feedback

β€’ Translating designs and wireframes into high quality code

β€’ Building reusable components, which are robust and easy to maintain

β€’ Ability to take extreme ownership over your work & have forensic attention to detail



Desired Candidate Profile

β€’ Work as part of a mid-size team, which will include product owner, scrum master and developers

β€’ Build and maintain existing applications with clean code

β€’ Work in sprint cycles, participate in sprint retrospectives and daily stand-ups with client., assist with building estimates during sprint planning

β€’ Interface with clients via Microsoft Teams, Zoom, and lark.

β€’ Work with modern tools including Azure, GitHub, Google Docs, etc.


Engineering skills and corresponding years of experience are as below:

β€’ C#.Net

β€’ Angular2 (v9.0 Preffered)

β€’ WEB API

β€’ JavaScript

β€’ Typescript

β€’ OAuth Preferred

β€’ SQL Server

β€’ Test Driven Development

β€’ LINQ

β€’ Entity Framework

β€’ Good knowledge of OOPS, SOLID principles, validations, Code First Architecture, Caching, Localization, Security, agile practises and scrum cadences

β€’ Excellent communication skills, good command on English language, need to be pragmatic, assertive.


HR Contact information: Suma Pravallika, +91 6305 748 575

Kindly share your resume on WhatsApp.


#jobs #recruitment2022 #dotnet #developer #recruitment

1 year ago (edited) | [YT] | 5

H Y R Tutorials

Good luck with your new endeavors! May this Dussehra brings good luck to you! Happy Dussehra!

1 year ago | [YT] | 58

H Y R Tutorials

TCS Is Hiring For Robot Framework Test Automation Role



Hiring For: Robot Framework Test Automation Role
Must Have : . Robot Framework Test Automation(2 Years)
Selenium Automation
Python Scripting Experience
Python(>1 Year)
Should be working in Linux Environment
Location: Hyderabad
Experience: 4 to 10 yrs.
If interested kindly fill the details and send your resume to the email id: nitu.sadhukhan@tcs.com
Note: only Eligible candidates with Relevant experience will be contacted further
Name:
Contact No:
Email id:
Current Location:
Preferred Location:
Highest Qualification (Part time / Correspondence is not Eligible) :
Year of Passing (Highest Qualification):
Total Experience:
Relevant Exp :
Experience in API Testing
Should have Experience in Robot Framework Testing Automation
Should have Experience in Python
Should have Experience in Selenium Automation
Should be familiar with Testing Frameworks like TDD,BDD
Good to have AWS Testing Experience
Current Organization:
Notice Period:
Current CTC:
Expected CTC:
Gap in years if any (Education / Career):
Updated CV attached (Yes / No):

2 years ago (edited) | [YT] | 27

H Y R Tutorials

Hey Guys,

TestNG has released a new version i.e: 7.6.0

This version requires the minimum JDK dependency of JDK11.

So if you are using any older versions of java(<11) then I would suggest you guys to upgrade your java version to java 11 or 11+, then only you would be able to use the latest version of TestNG in your project.

If you are already using java 11 or above then you can go ahead and upgrade your TestNG version to the latest.

Checkout this link to know more about the changes went in this latest version:
github.com/cbeust/testng/blob/master/CHANGES.txt

regards,
Yadagiri Reddy

2 years ago | [YT] | 56

H Y R Tutorials

Hi Guys,

Codes used in TestNG videos (P14 to P28) have been updated in the description section of respective videos.

regards,
Yadagiri Reddy

2 years ago (edited) | [YT] | 49

H Y R Tutorials

May this Ugadi bring you the brightest and best happiness you ever wished for. Wishing you and your family a Happy Ugadi Festival.

2 years ago | [YT] | 60

H Y R Tutorials

IQ: Which of the following block/keyword is mandatory in Exception handling?

2 years ago | [YT] | 22

H Y R Tutorials

IQ: What is the output of the below code:

public class ClassA {
public static void main(String[] args) {
ClassB.setName("Yadagiri Reddy");
System.out.println(ClassB.name);
}
}

class ClassB {
public static String name;
public static void setName(String name) {
this.name = name;
}
}

2 years ago | [YT] | 18