Groovy Beginner Tutorial 17 | Lists

  Рет қаралды 20,217

Automation Step by Step

Automation Step by Step

Күн бұрын

FREE Courses - automationstep...
Udemy - www.udemy.com/...
Free session by Raghav at your venue - raghav.qna@gmail.com
Training schedule - automationstep...
LIST
structure to store collection of data items
syntax : [obj1, obj2, obj3, ...]
[1,2,3,4]
["Groovy", "Raghav"]
[1,2,3,['A','B'],4]
[1,2,"Groovy", 2.2]
[] - empty list
----------- UI TESTING -----------
Selenium Beginners - bit.ly/2MGRS8K
Selenium Java Framework from Scratch - bit.ly/2N9xvR6
Selenium Python - bit.ly/2oyMp5x
Selenium Tips - bit.ly/2owxc50
Selenium Builder - bit.ly/2MKNtlq
Katalon Studio - bit.ly/2wARFdi
Robot Framework with RIDE- bit.ly/2Px6Ue9
Robot Framework with Eclipse - bit.ly/2N8DZxb
----------- API TESTING -----------
Web Services (API) - bit.ly/2MGafL7
SoapUI - bit.ly/2MGahmd
Postman - bit.ly/2wz8LrW
General - bit.ly/2PYdwmV
Katalon Studio API Testing - bit.ly/2BwuCTN
----------- MOBILE TESTING -----------
Mobile Playlist - bit.ly/2PxpeUv
----------- CI | CD | DEVOPS -----------
Jenkins Beginner - bit.ly/2MIn8EC
Jenkins Tips & Trick - bit.ly/2LRt6xC
Docker - bit.ly/2MInnzx
----------- VERSION CONTROL SYSTEM -----------
Git & GitHub - bit.ly/2Q1pagY
----------- PERFORMANCE TESTING -----------
JMeter Beginner - bit.ly/2oBbtIU
JMeter Intermediate - bit.ly/2oziNVB
JMeter Advanced - bit.ly/2Q22Y6a
JMeter Tips & Tricks - bit.ly/2NOfWD2
Performance Testing - bit.ly/2wEXbLS
----------- JAVA -----------
Java Beginners - bit.ly/2PVUcXs
Java Tips & Tricks - bit.ly/2CdcDnJ
----------- MAVEN -----------
Maven - bit.ly/2NJdDRS
----------- OTHERS -----------
Redis- bit.ly/2N9jyCG
Misc - bit.ly/2Q2q5xQ
Tools & Tips - bit.ly/2oBfwoR
QnA Friday- bit.ly/2NgwGpw
Sunday Special - bit.ly/2wB23BO
Ask Raghav - bit.ly/2CoJGWf
Interviews - bit.ly/2NIPPxk
All Playlists - bit.ly/2LSiezA
Keep Learning,
Raghav
Website - automationstep...
LifeCharger -
Udemy Courses - www.udemy.com/...
Facebook - / automationstepbystep
Twitter - / automationsbs
KZbin - / automationstepbystep
You can support my mission for education by sharing this knowledge and helping as many people as you can.

Пікірлер: 27
@MaheshJoshi_wellington
@MaheshJoshi_wellington 5 жыл бұрын
Amazing I wonder how we can use this in katalon I mean for real time projects so need katalon advance training from you Raghav eagerly waiting for that from long time regards mahesh ( wellington New Zealand)
@RaghavPal
@RaghavPal 5 жыл бұрын
Hi Mahesh, I will add some advanced videos on Katalon Studio soon
@kevinhukom2394
@kevinhukom2394 Жыл бұрын
Superb tutorial! I would link to know Raghav if you can demonstrate how to create a collection of maps? is that possible? thanks
@RaghavPal
@RaghavPal Жыл бұрын
will try Kevin
@jonestako4721
@jonestako4721 5 жыл бұрын
thanks
@RaghavPal
@RaghavPal 5 жыл бұрын
You're welcome
@TheGuroguro12
@TheGuroguro12 2 жыл бұрын
Thank u, now I see why it is called groovy
@RaghavPal
@RaghavPal 2 жыл бұрын
Glad to know it helped
@Coorgie
@Coorgie 3 жыл бұрын
Thank you for such a beautiful explanation. In case if i have list like [0, 0, 215, 230, 243, 252]. And i want to find if number 216 is present if not then taking a list number 215. Would it possible in searching content and assigning. Please suggest which method i can usw. Thank you in advance
@RaghavPal
@RaghavPal 3 жыл бұрын
Thanks for watching, sure just check the section 1.4.1 Filtering and Searching here - docs.groovy-lang.org/next/html/documentation/working-with-collections.html
@jay89000
@jay89000 4 жыл бұрын
Very well explained
@RaghavPal
@RaghavPal 4 жыл бұрын
Glad it was helpful Jay
@litonliton6988
@litonliton6988 Жыл бұрын
Hi Raghob, could you show how to select a random item from the List?
@RaghavPal
@RaghavPal Жыл бұрын
I check on this
@sarathkumarbabji5188
@sarathkumarbabji5188 2 жыл бұрын
thanks for your video. I have a problem to solve. searched on internet but didn't get anything useful my problem: Def list=[] list.add("hello") list.add("hello world") I want to find if world is there in the list
@RaghavPal
@RaghavPal 2 жыл бұрын
Hi Sarath, can use contains() function blogs.oracle.com/fadevrel/post/useful-groovy-string-functions
@sarathkumarbabji5188
@sarathkumarbabji5188 2 жыл бұрын
@@RaghavPal i have tried and it is not working def value=[] value.add("hello") value.add("hello world") if (value.contains("world")){ print("found") } here i need to either provide full sentence to check or i need to go to particular index and check "world"
@RaghavPal
@RaghavPal 2 жыл бұрын
will need to check more examples online
@prakratiagarwal8237
@prakratiagarwal8237 4 жыл бұрын
Can you please tell me what tool do you use to create these videos ?
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Prakrati, Just use notepads, ppts
@rajeshnewtemp4243
@rajeshnewtemp4243 4 жыл бұрын
Why don't it give compile time error when u have ant typo mistake....its only give runtime error why
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Rajesh, mark the time in the video and I can check
@eldiosdelcielo
@eldiosdelcielo 4 жыл бұрын
Do you have a course in groovy in Udemy?
@RaghavPal
@RaghavPal 4 жыл бұрын
Not yet Natanael
@reemhesham886
@reemhesham886 4 жыл бұрын
hello raghav i need to communicate with you .. i need your help as i tiring to make a script for convert numbers to words and it didn't work with me .. could please support ?
@reemhesham886
@reemhesham886 4 жыл бұрын
i already make it but i didn't work and i don't know why :(
@RaghavPal
@RaghavPal 4 жыл бұрын
Hi Reema, you can let me know what you tried and what was the issue
Groovy Beginner Tutorial 18 | Maps
13:58
Automation Step by Step
Рет қаралды 19 М.
Groovy Beginner Tutorial 21 |  How to read files in groovy
22:48
Automation Step by Step
Рет қаралды 28 М.
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 8 МЛН
Поветкин заставил себя уважать!
01:00
МИНУС БАЛЛ
Рет қаралды 6 МЛН
Cute
00:16
Oyuncak Avı
Рет қаралды 11 МЛН
Array vs. ArrayList in Java Tutorial - What's The Difference?
17:36
Coding with John
Рет қаралды 527 М.
Think Fast, Talk Smart: Communication Techniques
58:20
Stanford Graduate School of Business
Рет қаралды 40 МЛН
Groovy Beginner Tutorial 14 | Strings
22:45
Automation Step by Step
Рет қаралды 22 М.
Groovy Beginner Tutorial 20 | Input & Output
10:52
Automation Step by Step
Рет қаралды 14 М.
Groovy Beginner Tutorial 16 | Closures
14:04
Automation Step by Step
Рет қаралды 26 М.
Groovy Beginner Tutorial 19 | Ranges
9:35
Automation Step by Step
Рет қаралды 10 М.
Groovy Beginner Tutorial 13 | Exception Handling
9:39
Automation Step by Step
Рет қаралды 23 М.