SlideShare una empresa de Scribd logo
1 de 62
Descargar para leer sin conexión
World®
’16
Pre-Con	Lab:	ARD	101	or	“So	How	
Does	Any	of	This	Work	Then?”
Ben	Riley	– Principal	Consultant	Presales	– CA	Technologies
DO5X29L
DEVOPS
2 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
For	Informational	Purposes	Only	
©	2016	CA.	All	rights	reserved.	All	trademarks	referenced	herein	belong	to	their	respective	companies.
The	content	provided	in	this CA	World	2016	presentation	is	intended	for	informational	purposes	only	and	does	not	form	any	type	of	
warranty. The information	provided	by	a	CA	partner	and/or	CA	customer	has	not	been	reviewed	for	accuracy	by	CA.	
Terms	of	this	Presentation
3 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Abstract
This	lab	will	provide	an	in-depth	overview	of	CA	Agile	
Requirements	Designer	and	the	fundamental	concepts	that	
underpin	its	approach	to	software	design	and	testing.	
CA	Agile	Requirements	Designer	is	a	flowchart-modelling	tool	
used	by	Business	Analysts,	Programmers,	Testers	and	
Automation	Specialists	to	define	and	automatically	test	
complex	systems.
Ben	Riley
CA	Technologies
Principal	Consultant,	
Presales
4 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Agenda
2	HOURS
SOME	LOVELY	INFORMATION
HANDS	ON	WITH	THE	TOOL
LETS	SEE	WHAT	YOU	GOT….
1
2
3
4
5 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
What	Do	We	Want	to	Achieve	From	This?
1. Deep	understanding	of	the	tool	and	what	it	can	do
2. A	fuller	understanding	of	why	it	is	important	to	its	users!
3. Larger	awareness	of	typical	Design-Dev-Test	Challenges
4. Let’s	Play…
6 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
A	Few	Value	Proposition	Slides…
Not	too	many,	don’t	panic.
7 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Quickly	and	simply	introduce	agile	processes	
into	your	existing	Waterfall	Lifecycles
Agile	
Requirements	
Designer
8 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Common	Challenges	Part	1
§ 56%	of	software	defects	can	be	traced	back	to	ambiguities	in	
requirements1
§ Detecting	and	resolving	production	defects	is	over	40x	more	
expensive	than	in	requirements2
§ Industry	standard	for	manual	test	case	design	coverage	is	
between	10-20%
Stats:	1	and	2	- Bender	RBT,	2009.	Others:	based	on	CA	Technologies’	audits
9 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Common	Challenges	Part	2
§ Over-testing	of	some	functions	by	factors	of	40	is	
not	uncommon
§ Change	requests	to	existing	software	requirements	can	
take	up	to	as	much	as	60%	of	the	SDLC
§ If	I	make	a	change	I	have	no	idea	the	effect	this	will	have	
on	up	stream	or	downstream	systems
10 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Continuous	Development
§ Continuous	Integration
§ Iterative	Development
§ Dev	Ops
§ Is	mostly	Ops
§ It	starts	when	development	and
testing	are	complete
§ It	should	start	when	the	user	has	an	idea!
11 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
CA	Agile	Requirements	Designer	
§ There	are	plenty	of	tools	to	manage	requirements
§ There	are	plenty	of	tools	to	manage	test	cases
§ These	can	be	considered	logistical	support
CA	Agile	Requirements	Designer	is	an	accelerator	to	improve	
the	input	to	these	tools
§ Is	a	Test	Case	Design	and	Test	Case	Optimization	tool
§ Is	a	Requirements	Definition	tool
§ Can	calculate	complexity	very	accurately
§ Can	identify	change	across	the	entire	SDLC
CA	Agile	Requirements	Designer	gives	you	multiple	outputs	
for	one	input
12 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
What	is	Coverage?
The	Business	thinks	it’s:
– Code	Covered
– Number	of	Test	Covered	– Tests	Run
– Percentage	of	use	cases
– All	Paired	Combinations
It	is	actually:
– Designing	Sufficient	Tests	To	VERIFY	That	The	Design	and	Code	
Correctly	Implement	The	Requirements
– Did	you	get	the	right	answer	for	the	right	reason?	Two	or	more	defects	
may	sometimes	cancel	each	other	out	– Observability
13 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
A	Simple	Form Easy	to	Test?
14 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
The	User	Knows	what	they	want
The	Analyst	specifies	what	that	is
The	Programmer	writes	the	code
The	Tester	tests	the	program
The	further	the	visions	diverge The	greater	the	problems
Clarity	and	Vision	During	Development
Business	Analyst Programmer TesterUser
15 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
There	are	less	bugs	and	the	product	is	delivered	faster
The	closer	the	vision	means	the	user	gets	a	quality	product
Clarity	and	Vision	During	Development
Business	Analyst Programmer TesterUser
16 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Clarity	and	Vision	During	Development
Business	Analyst Programmer TesterUser
Verify	&	Clarify Clear	Logic Test	Cases
The	scope	for	ambiguity	is	much	less
The	product	is	of	higher	quality	and	
is	delivered	faster
CA	Agile	Requirements	Designer:
§ Design	Tests
- Minimum
- Optimal
§ Design	Data
- Find	it
- Make	it
17 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
The	Results	are	Often	Poor
18 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
“Everything		should	be	made	as	simple	
as	possible,	but	not	simpler.”
–Albert	Einstein
We	do know	that	when	our	eyes	are	open,	our	vision	accounts	for	two-
thirds	of	the	electrical	activity	of	the	brain—a	full	2	billion	of	the	3	billion	
firings	per	second—which	was	the	finding	of	neuroanatomist	R.	S.	Fixot in	
a	paper	published	in	1957.
19 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Tester
Project	Manager	/	
Development	Manager
Business	Analyst	/	
Requirements	Manager Test	Manager
The	Requirements	are	
conceived	and	created	
in	CA	Agile	
Requirements	Designer.
Relevant	project	managers	fill	
out	detail.	This	can	be	passed	
back	up	the	chain	to	Bas,	etc.
Test	Managers	ensure	
implementation	issues	
are	tackled.	Also	can	be	
passed	up	the	chain	for	
verification.	
Testers	receive	
comprehensive,	
logical	test	plans	
and	test	cases.	
Requirements-Based	Testing	Model	of	Test	Plan	
Delivery	– Full	Traceability
20 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Who	Would	Use	CA	Agile	Requirements	Designer?
§ I	can	see	any	process	flow	and	predict	how	long	the	development	and	
testing	process	will	take
§ My	Users	can	clearly	define	a	process	as	they	think	of	it
§ My	Business	Analyst	can	define	the	process,	which	will	be	verified	by	
the	user,	create	logic	flows	for	programmers	and	test	cases	for	testers
§ My	Programmers	can	verify	the	process	with	the	Business	Analyst	before	
coding	and	Testers	with	test	cases	
§ My	Testers	can	quickly	define	functional	logic	flows	and	verify	them	with	
the	Programmer,	as	well	define	the	smallest	set	of	test	cases	to	verify	
the	program
§ My	Outsourcing	Partners	can	get	stable	requirements	and	clearly	defined	
work	packages,	which	result	in	lower	ongoing	costs
21 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
§ Generate	test	scripts	that	provide	maximum	functionality	
directly	from	requirements
§ Quickly	and	easily	respond	to	change,	and	avoid	delays	and	
budget	over-runs
§ Fully	test	software	in	the	smallest	number	of	runs	required,	
delivering	quality	software	on	time	and	under	budget
Agile	
Requirements	
Designer
22 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Just	a	Quick	Tour	of	the	GUI…
A	few	things	have	changed…
23 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Back	to	Basics
Setting	up	Simple	Flows
24 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Process	Blocks
§ Process	blocks	represent	‘doing	something’	
i.e.	not	a	decision,	but	something	happening	
– for	example	‘Make	Tea’	or	‘Reject	Loan’	–
they	don’t	have	to	be	results	though,	another	
example	process	could	be	‘Lookup	Candidate’
§ Process	blocks	may	only	have	one	output,	as	
they	are	not	making	a	decision
§ Process	blocks	can	have	unlimited	inputs	from	
other	blocks	(two	depicted	here)
§ Test	Data,	Automation,	and	many	other	useful	
pieces	of	supporting	data	can	be	attached	to	
a	process	block,	as	we’ll	see	later.
25 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Decision	Blocks
§ Decision	blocks	represent	a	choice	or	
decision	made	in	the	flowchart,	for	example	
‘Have	water?’	or	‘Amount	of	loan?’
§ Based	upon	these	decisions,	decision	output	
may	end	up	in	different	parts	of	the	diagram,	
but	they	doesn’t	have	to
§ A	decision	can	have	as	many	outputs	as	required,	
and	can	have	as	many	inputs	as	required
§ All	decision	block	options	in	the	toolbar	can	be	edited	after	the	fact	to	resemble	the	
others,	they	are	just	defaults
§ Test	Data,	Automation,	and	many	other	useful	pieces	of	supporting	data	can	be	
attached	to	a	decision	block,	unlike	process	blocks	much	of	this	is	done	per	output	
as	we’ll	see	later.
26 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Adding	Blocks
§ To	create	new	blocks,	simply	drag	them	on	to	
the	canvas	(right	hand	side)	from	the	toolbox.	
§ You	can	also	add	new	blocks	by	clicking	
on	a	symbol	on	the	left,	and	clicking	
somewhere	on	the	diagram	for	it	to	appear.
§ For	most	setups,	the	three	blocks	you	will	
be	using	the	most	are	listed	here	on	the	
right:	(Start/End,	Process,	True/False).
§ Any	decision	block	can	be	edited	to	have	
as	many	outputs	as	necessary	(think	Yellow,	
Red,	Blue	rather	than	True/False)	so	don’t	
worry	about	that	for	now.
27 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Editing	Blocks
§ To	edit	an	existing	block,	
double-click	it	(or	right-
click	à Edit)
§ The	number	of	tabs	can	
be	intimidating.	Most	of	
them	are	for	advance	use	
and	you’ll	never	have	to	
know	what	they	do.
§ Different	block	types	have	
different	sets	of	tabs	(process,	decision,	subflow,	etc.)
28 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	1.	Go	to	the	Shop?
§ An	easy	one	to	start,	open	Make	Tea	from	the	examples	folder
§ Refamiliarize	yourself	with	manipulating	the	UI,	double	click	on	
blocks	to	open	them	up,	drag	to	move	blocks	and	arrows,	drag	new	
items	from	the	pallet	to	create	new	blocks
§ When	ready,	make	the	following	change:
“When	I	want	milk,	but	do	not	have	it,	I	may	go	to	the	shop,	the	shop	may	
or	may	not	have	milk	– for	whatever	reason,	if	I	don’t	come	back	with	
milk,	I	will	still	not	make	tea,	if	I	do	get	milk	I	will	make	tea.”	
to	the	diagram,	adjusting	the	diagram	to	take	your	changes	
into	account
29 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	1.	Go	to	the	Shop?	– Tick	Tock the	clock’s	
running…10	minutes…
10 5 0
30 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	1.	Go	to	the	Shop?
Get	something	like	this?
31 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	2.	SuperCoffee and	SuperHealth
We’re	going	to	create	a	new	flow,	based	upon	a	free	drinks	scheme	for	
customers	of	SuperCoffee if	they’ve	done	enough	running	at	SuperHealth
Here’s	how	the	scheme	works:
1. If	I	have	run	over	10	miles	in	the	week,	I	earn	a	free	drink
2. If	I	have	run	>0	miles	in	the	week,	and	I	am	a	Gold	member	of	SuperCoffee,	I	earn	
a	free	drink
3. If	I	have	run	5-10	miles	in	the	week,	and	I	am	a	HealthPlus member	of	
SuperHealth I	earn	a	free	drink,	unless	it	is	a	weekend.	Of	course	by	running	5-10	
miles	I	also	qualify	for	No.	2	potentially.
4. I	have	run	0	miles,	I	get	nothing.
5. You	can	only	qualify	for	one	free	drink,	if	you	earn	one	for	any	reason,	you	can	
never	invalidate	it.
How	many	possible	paths	do	you	get?
32 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	2.	SuperCoffee and	SuperHealth – Tick	Tock
…20	minutes…
20 15 10
10 5 0
33 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	2.	SuperCoffee and	SuperHealth
Get	anything	like	this?	
If	not,	why	not?	
Compare	with	your	neighbours!
34 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Generation,	Storing,	Options,	Coverage
§ Paths	are	generated	to	specific	coverage	targets
§ The	optimiser	will	always	choose	the	minimum	number	of	
paths	to	cover	what	it	has	been	asked	to	cover
§ With	the	exception,	of	‘All	possible	paths’
§ There	are	many	options	for	the	path	optimiser,	from	filters,	to	
constraints.	Typically	the	defaults	are	fine.	
§ Lets	have	a	look	through…
35 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Coverage
§ One	of	the	main	features	of	CA	Agile	Requirements	Designer	
is	the	ability	to	measure	coverage	at	all	times,	for	any	
particular	set	of	paths	for	any	particular	coverage	option.	
§ Typically	coverage	achieved	by	humans	is	poor.
§ We’re	going	to	let	the	computer	play	chess	for	us.	
§ Lets	have	a	look	at	the	coverage	windows…
36 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Storing	Paths,	etc.
§ Go	back	to	make	tea,	or	one	of	the	flows	you	have	created.
§ Generate	targeting	the	‘all	nodes’	coverage	option,	store	the	
paths,	and	open	the	coverage	window,	what	is	the	%?	Open	
the	‘more’	section	to	see	what’s	actually	being	covered	and	
what	is	not.	
Now,	finish	your	coverage	for	All	in/out,	using	the	‘add	to	
existing	paths’	option.
§ Now,	we’ll	have	a	look	at	managing	stored	path	types…
37 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Change	Impact,	the	Heart	of	the	Tool
§ The	principle	of	CA	Agile	Requirements	Designer	is,	“Lets	maintain	
a	40-block	diagram,	rather	than	maintain	1000s	of	tests/data	
points/scripts”
§ When	you	make	a	change	to	the	diagram	in	CA	Agile	Requirements	
Designer,	the	Impact	analyser	will	allow	you	to	maintain	the	test	
cases,	and	thus	the	data	and	scripts- it	will	calculate	what	paths	no	
longer	make	sense,	and	give	you	options	as	to	what	you’d	like	to	do	
with	them,	including,	repair	them.
For	anyone	who	has	experienced	manually	maintaining	tests,	
you	might	recognise	having	the	tool	do	this	is	a	much	better	idea!
38 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	4.	Let’s	Make	a	Change
1. Open	up	the	flow	‘Song	Streaming’
2. Clear	down	the	test	cases	in	the	stored	path	type	‘test	cases’
3. Store	the	optimal	‘all	pairs’	paths	for	this	flow.	Make	sure	the	“Try	to	find	paths	in	
previous	version”	is	Unchecked
4. Now,	implement	the	change	“When	I	am	not	connected	to	3g,	or	the	3g	is	not	
fast	enough,	I	should	check	(before	failing	as	before)	if	I	am	connected	to	2g,	
If	I	am,	I	should	wait	for	the	buffer	– else,	error	as	before”
5. Go	back	to	view	your	stored	paths,	examine	what	the	path	impact	analyser	says,	
delete	the	effected	paths
6. Now	go	and	look	at	the	coverage,	you’ll	notice	it’s	dropped!
7. Generate	both	A)	the	new	optimal	set	of	paths	and	B)	just	the	additional	paths	
required	to	finish	the	coverage.
39 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
A	Real	World	Scenario?
§ The	real	world	isn’t	so	easy.
§ Goal	is	to	have	a	feasible	model,	not	a	perfect	one.
§ Presentation	matters.
§ Logically	implement	what	it	could	mean,	some	defensible	
interpretation.
40 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Test	Data	in	CA	Agile	Requirements	Designer
§ How	does	it	work?
§ In	general,	the	idea	is	to	set	data	based	on	where	we	go	in	the	
diagram,	rather	than	working	it	all	out	afterwards.
§ The	reasoning	is	this:	It’s	easier	to	make	40	data	assignments	on	20	
blocks,	rather	than	maintain	millions	of	data	points	manually!
§ The	other	advantage,	as	alluded	to	before,	is	of	course	that	now,	
when	we	change	our	diagram,	our	data	can	automatically	react	too!
§ Let	me	show	you…!
41 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	5.	Let’s	Set	Up	Some	Data
1. Open	up	‘Make	tea’,	at	each	decision	point,	add	the	necessary	data	
assignments	for	each	output!
2. Now,	generate	and	store	some	paths.	
3. Go	to	the	test	data	table	and	examine	all	of	the	data	that	results.
4. Now	this	is	all	boring,	hard	coded	(to	an	extent)	data,	but	we’ll	fix	
that	later.	
5. Play	around,	add	more	variables	to	some	of	the	decision	outputs,	
change	their	values,	and	have	a	look	at	the	effect	in	the	table.	
6. Now,	change	the	diagram	in	someway,	and	react	as	we	did	before,	
now	consider	your	new	data,	neat,	right?
42 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	6.	Let’s	Set	Up	a	Loan
1. So	lets	make	something	(mildly)	more	realistic.
2. Set	up	a	flow	where	we	are	going	to	be	generating	many	different	
types	of	loan.
3. We	need	a	decision	to	decide	the	product	code:	CT50,	CT33,	CT48,	CT49,	
we	must	also	decide	the	amount	(for	now,	we	will	have	the	options	
<1,000,	1,000-10,000,	10,000-100,000,	>100,000)
4. We	will	also	need	a	decision	to	set	the	term	of	the	loan,	(1yr,	3yr,	5yr)
5. We	will	need	a	decision	to	set	the	interest	rate	(<1%,1-5%,>5%)
6. All	of	the	decisions	up	to	now	just	flow	into	the	next,	but	from	here,	we	
need	a	true	false	decision	‘backdate’	,	if	it	is	true,	we	must	have	a	
decision	to	choose	a	backdateTime (1days,	2-359	days,	360	days)	else	do	
not.	
Now	both	paths	go	into	a	‘calculate	result’	block.
43 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	6.	Let’s	Set	Up	a	Loan
§ Again,	generate	some	paths,	and	have	a	look	at	your	
lovely	data!
§ But	there	are	issues…	how	do	we	deal	with	ranges?	
How	do	we	make	data	referentially	intact?	How	do	we	
make	it	more	dynamic	and	realistic?
§ …Data	expressions!
44 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
The	Data	Painter	window
§ The	Data	Painter	window
45 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	7.	Let’s	Generate:
1. A	random	number	between	1	and	2000
2. A	Random	number	of	digits	between	3	and	7	in	length,	
padded	to	the	left	with	0s	to	a	length	of	7
3. Multiply	two	random	numbers	together
4. Add	a	random	number	of	days	to	the	~CDATE~	01/01/2009	if	
cdate misbehaves
5. Randomly	choose	a	first	name	from	a	seedlist
6. A	@percval@	of	any	two	strings,	or,	if	you	want	to	be	fancy,	
two	functions!
7. An	email	address	based	on	first.lastname@gmail.com (use	seedlists)
46 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Let’s	Generate
§ But	what	about	this	column?
47 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	8.	Referential	and	Random?
1. Using	the	knowledge	of	the	functions	we’ve	just	been	using,	go	and	fix	out	loan	
flow,	so	that	everything	is	parameterised (i.e.	the	ranges	all	have	a	random	
expression	for	them	between	that	range	etc.)
2. Store	paths,	resolve	the	test	data
3. Now,	go	back	to	our	block	‘calculate	result’
4. Using	the	formula	Payment =(Interest rate	*	amount )/(12		*	100)		+	(amount /(	
term	*	12))	set	up	the	variable	and	expression	for	‘MonthlyPayment’	remember	
to	reference	the	columns	for	amount,	term,	interest	rate	etc.	
5. Make	sure	this	resolves	properly!
6. Examine	your	data	in	the	table
7. We	won’t,	but	if	we	made	a	change	to	this	kind	of	flow,	the	changes	would	reflect	
up	to	our	data	too.
48 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	8.	Referential	and	Random?
1. Here’s	one	I	made	earlier…
2. Testers	sometimes	spend	up	to	half	their	time	searching	or	
creating	appropriate	data	for	their	tests!	Now	we	can	again	
maintain	a	few	blocks,	rather	than	10000s	of	data	points,	
and	refresh	our	data	on	demand!	Neat	eh?
3. This	will	be	a	part	of	our	killer	demo	(of	course,	not	in	
as	much	detail).
49 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Filters
§ For	the	most	part,	filters	are	used	to	easily	select	or	see	parts	
of	the	diagram
§ In	the	very	latest	version,	we	can	also	apply	filters	prior	to	and	
post	optimisation	
§ Lets	construct	some	filters!
50 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	9.	Filters
1. Construct	a	filter	to	only	see	the	blocks	
which	have	test	data	defined	for	them
2. Change	the	importance	of	the	‘don’t	
make	tea’	block	to	critical,	then	
combine	the	filter	above	(set	to	no)	
with	a	filter	which	selects	only	
critically	important	blocks
3. Store	a	filter	for	later	use.
51 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	9.	Filters
1. Construct	a	filter	to	only	see	the	blocks	
which	have	test	data	defined	for	them
2. Change	the	importance	of	the	‘don’t	
make	tea’	block	to	critical,	then	
combine	the	filter	above	(set	to	no)	
with	a	filter	which	selects	only	
critically	important	blocks
3. Store	a	filter	for	later	use.
4. Why	would	we	bother	with	these?
52 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Import	and	Deduplication
CA	Agile	Requirements	Designer	can	import	test	cases	from	
many	different	sources!	Including…
§ HPE	ALM
§ JIRA
§ CA	Agile	Central
§ VERSIONONE
§ EXCEL
53 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Import	and	Deduplication
§ So	we	can	import	test	cases?	What’s	the	point?
§ We	bring	in	each	test	case	on	a	step	by	step	basis,	typically	this	will	mean	
there	duplicate	steps	shared	across	many	tests.	
§ In	CA	Agile	Requirements	Designer,	you	can	have	the	tool	suggest	
duplicate	blocks	to	you,	suggestions	you	can	then	either	accept	or	reject	
on	a	case	by	case	basis.	
§ Once	you’ve	marked	the	duplicates,	the	tool	can	deduplicate the	blocks	
for	you,	but	keeping	every	path	intact	– this	leaves	you	with	a	flow	that	it	
has	inferred	from	the	test	cases	you	give	it!
§ This	is	an	important	accelerator,	but	not	perfect!
54 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	10.	Bring	in	Some	Tests	and	Dedupe!
§ In	a	new	flow,	go	to	the	import	tab,	click	‘excel/general	test	cases’	– select	
the	.docx ‘Doc_procedure_testcases’	
§ Map	the	relevant	fields	to	fields	in	CA	Agile	Requirements	Designer
§ Hit	Import!	
§ Open	the	dedupe	window	underneath	test	factory
§ Have	a	play	with	the	sensitivity	settings
§ Mark	all	the	duplicates,	then	hit	de-dupe	in	the	main	AgD window.	
§ Re-layout	the	resulting	diagram,	make	any	fixes/additions	– measure	the	
coverage	of	the	stored	paths,	can	we	do	it	with	less	test	cases?
55 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Constraints
§ Constraints	allow	you	to	layer	‘rules’	on	top	of	the	diagram	in	order	to	
achieve	specific	functionality	without	an	unreasonably	large	flow
§ Imagine	a	decision	near	the	top	of	a	large	diagram,	which	can	be	true	or	
false,	but	much	later	in	the	diagram	we	make	the	same	decision	– if	they	
have	to	line	up	how	would	we	do	this	without	constraints?	Would	we	
double	the	size	of	the	diagram?	
§ Can	anyone	think	of	why	these	may	be	necessary
§ Lets	have	a	look	at	them	for	real…
§ In	general,	you	should	only	use	constraints	when	the	same	logic	cannot	
(easily)	be	achieved	by	flow	logic	alone,	and	there	is	usually	a	way	
to	do	that.
56 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Exercise	11.	Build	a	Useful	Constraint
§ Open	our	‘loan’	flow,	create	a	constraint	such	that	whenever	
the	product	is	CT50,	the	backdate	must	be	360
§ If	you	generate	paths	now,	you	will	notice	there	will	be	less
§ You	can	optionally	have	the	path	explorer	ignore	constraints
§ Feel	free	to	build	up	more	complicated	constraints	in	the	
‘path	hints’	dialogue.
57 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Extras
§ Version	comparison
§ Rich	text	importer
§ Word	doc	builder
§ Clones	copies	and	duplicates
§ Custom	excel	export
§ Properties	window
§ Flow	validation
§ Diagram	exports
§ Accelerators
§ Shapes
§ Loops
58 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Questions?
59 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Recommended	Sessions
SESSION	# TITLE DATE/TIME
DO5X23E
Pre-Con	Education:	Requirements	are	King	– Better	
Requirements	=	Better	Software
11/15/2016	at	11:00	am
DO5X27S What's	New	in	CA	Agile	Requirements	Designer? 11/17/2016	at	12:45	pm
DO5X40S Case	Study:	Why	Rabobank	Was	Inspired	 11/17/2016	at	3:45	pm
60 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Must	See	Demos
Data	
Compliance	and	
Testing
CA	TDM
Theater	5
Deliver	Test	
Data	Faster	
CA	TDM
Theater	5
Use	Model	
Based	Testing
CA	ARD
Theater	5
Achieve	
Maximum	Test	
Coverage
CA	ARD
Theater	5
61 ©	2016	CA.	ALL	RIGHTS	RESERVED.@CAWORLD				#CAWORLD
Stay	connected	at	communities.ca.com
Thank	you.
@CAWORLD					#CAWORLD ©	2016	CA.	All	RIGHTS	RESERVED.62 @CAWORLD					#CAWORLD
DevOps	– Continuous	Delivery
For	more	information	on	DevOps	– Continuous	Delivery,	
please	visit:	http://cainc.to/PiTFpu

Más contenido relacionado

La actualidad más candente

How to Create a Risk-Based CAPA Process
How to Create a Risk-Based CAPA ProcessHow to Create a Risk-Based CAPA Process
How to Create a Risk-Based CAPA ProcessGreenlight Guru
 
Risk Assessment with a FMEA Tool
Risk Assessment with a FMEA ToolRisk Assessment with a FMEA Tool
Risk Assessment with a FMEA ToolMatt Hansen
 
DOE Full factorial
DOE Full factorialDOE Full factorial
DOE Full factorialMonty Webb
 
Agile vs Waterfall | Difference between Agile and Waterfall | Edureka
Agile vs Waterfall | Difference between Agile and Waterfall | EdurekaAgile vs Waterfall | Difference between Agile and Waterfall | Edureka
Agile vs Waterfall | Difference between Agile and Waterfall | EdurekaEdureka!
 
Chaos engineering and chaos testing
Chaos engineering and chaos testingChaos engineering and chaos testing
Chaos engineering and chaos testingjeetendra mandal
 
Statistical Process Control for SMT Electronic Manufacturing
Statistical Process Control for SMT Electronic ManufacturingStatistical Process Control for SMT Electronic Manufacturing
Statistical Process Control for SMT Electronic ManufacturingBill Cardoso
 
Sami Zahran Quality Gates
Sami Zahran Quality GatesSami Zahran Quality Gates
Sami Zahran Quality GatesDr. Sami Zahran
 
Microsoft threat modeling tool 2016
Microsoft threat modeling tool 2016Microsoft threat modeling tool 2016
Microsoft threat modeling tool 2016Rihab Chebbah
 
Exploring how Students Map Social Engineering Techniques to the ATT&CK Framew...
Exploring how Students Map Social Engineering Techniques to the ATT&CK Framew...Exploring how Students Map Social Engineering Techniques to the ATT&CK Framew...
Exploring how Students Map Social Engineering Techniques to the ATT&CK Framew...MITRE ATT&CK
 

La actualidad más candente (20)

How to Create a Risk-Based CAPA Process
How to Create a Risk-Based CAPA ProcessHow to Create a Risk-Based CAPA Process
How to Create a Risk-Based CAPA Process
 
Software Quality Assurance
Software Quality AssuranceSoftware Quality Assurance
Software Quality Assurance
 
Testing Plan
Testing PlanTesting Plan
Testing Plan
 
Apqp ppt
Apqp pptApqp ppt
Apqp ppt
 
Introducing JIRA AGILE
Introducing JIRA AGILEIntroducing JIRA AGILE
Introducing JIRA AGILE
 
Risk Assessment with a FMEA Tool
Risk Assessment with a FMEA ToolRisk Assessment with a FMEA Tool
Risk Assessment with a FMEA Tool
 
Introduction to threat_modeling
Introduction to threat_modelingIntroduction to threat_modeling
Introduction to threat_modeling
 
DOE Full factorial
DOE Full factorialDOE Full factorial
DOE Full factorial
 
Agile vs Waterfall | Difference between Agile and Waterfall | Edureka
Agile vs Waterfall | Difference between Agile and Waterfall | EdurekaAgile vs Waterfall | Difference between Agile and Waterfall | Edureka
Agile vs Waterfall | Difference between Agile and Waterfall | Edureka
 
Chaos engineering and chaos testing
Chaos engineering and chaos testingChaos engineering and chaos testing
Chaos engineering and chaos testing
 
Statistical Process Control for SMT Electronic Manufacturing
Statistical Process Control for SMT Electronic ManufacturingStatistical Process Control for SMT Electronic Manufacturing
Statistical Process Control for SMT Electronic Manufacturing
 
Sami Zahran Quality Gates
Sami Zahran Quality GatesSami Zahran Quality Gates
Sami Zahran Quality Gates
 
Microsoft threat modeling tool 2016
Microsoft threat modeling tool 2016Microsoft threat modeling tool 2016
Microsoft threat modeling tool 2016
 
Qc 7 tools
Qc 7 toolsQc 7 tools
Qc 7 tools
 
#8 Root Cause Analysis
#8 Root Cause Analysis#8 Root Cause Analysis
#8 Root Cause Analysis
 
091814 Failure Mode Effect and Analysis (FMEA)
091814 Failure Mode Effect and Analysis (FMEA)091814 Failure Mode Effect and Analysis (FMEA)
091814 Failure Mode Effect and Analysis (FMEA)
 
Root cause analysis
Root cause analysisRoot cause analysis
Root cause analysis
 
shainippt
shainipptshainippt
shainippt
 
Exploring how Students Map Social Engineering Techniques to the ATT&CK Framew...
Exploring how Students Map Social Engineering Techniques to the ATT&CK Framew...Exploring how Students Map Social Engineering Techniques to the ATT&CK Framew...
Exploring how Students Map Social Engineering Techniques to the ATT&CK Framew...
 
Introduction to Agile Testing
Introduction to Agile TestingIntroduction to Agile Testing
Introduction to Agile Testing
 

Destacado

What's New in CA Agile Requirements Designer?
What's New in CA Agile Requirements Designer?What's New in CA Agile Requirements Designer?
What's New in CA Agile Requirements Designer?CA Technologies
 
CA Agile Requirements Designer and Coverage 101 - Hands on Lab
CA Agile Requirements Designer and Coverage 101 - Hands on LabCA Agile Requirements Designer and Coverage 101 - Hands on Lab
CA Agile Requirements Designer and Coverage 101 - Hands on LabCA Technologies
 
How to Solve Problems of Testing in Agile Environments
How to Solve Problems of Testing in Agile EnvironmentsHow to Solve Problems of Testing in Agile Environments
How to Solve Problems of Testing in Agile EnvironmentsCA Technologies
 
TDM: Masking, Subsetting and generating Synthetic Data
TDM: Masking, Subsetting and generating Synthetic Data TDM: Masking, Subsetting and generating Synthetic Data
TDM: Masking, Subsetting and generating Synthetic Data CA Technologies
 
Case Study: Royal Bank of Canada’s Managing of Test Data Life Cycle with CA A...
Case Study: Royal Bank of Canada’s Managing of Test Data Life Cycle with CA A...Case Study: Royal Bank of Canada’s Managing of Test Data Life Cycle with CA A...
Case Study: Royal Bank of Canada’s Managing of Test Data Life Cycle with CA A...CA Technologies
 
General On-Premise Business Update
General On-Premise Business UpdateGeneral On-Premise Business Update
General On-Premise Business UpdateSAP Ariba
 
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference SessionWhat's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference SessionStefana Muller
 
Advanced DBA – Performance Tuning for MUF Part II
Advanced DBA – Performance Tuning for MUF Part IIAdvanced DBA – Performance Tuning for MUF Part II
Advanced DBA – Performance Tuning for MUF Part IICA Technologies
 
Reducing TCO with Datacom Compression (Presspack)
Reducing TCO with Datacom Compression (Presspack)Reducing TCO with Datacom Compression (Presspack)
Reducing TCO with Datacom Compression (Presspack)CA Technologies
 
Modernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IIModernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IICA Technologies
 
What’s new in CA Datacom
What’s new in CA DatacomWhat’s new in CA Datacom
What’s new in CA DatacomCA Technologies
 
Application Tuning for CA Datacom Environments Part II
Application Tuning for CA Datacom Environments Part IIApplication Tuning for CA Datacom Environments Part II
Application Tuning for CA Datacom Environments Part IICA Technologies
 
Pre-Con Ed: An Overview of How CA Test Data Manager Helps Deliver Rigorously ...
Pre-Con Ed: An Overview of How CA Test Data Manager Helps Deliver Rigorously ...Pre-Con Ed: An Overview of How CA Test Data Manager Helps Deliver Rigorously ...
Pre-Con Ed: An Overview of How CA Test Data Manager Helps Deliver Rigorously ...CA Technologies
 
Data on Demand: Now That’s What we’re Lookin’ For!
Data on Demand: Now That’s What we’re Lookin’ For!Data on Demand: Now That’s What we’re Lookin’ For!
Data on Demand: Now That’s What we’re Lookin’ For!CA Technologies
 
Get Started with JMeter in 60 Minutes
Get Started with JMeter in 60 MinutesGet Started with JMeter in 60 Minutes
Get Started with JMeter in 60 MinutesCA Technologies
 
Writing Test Cases 20110808
Writing Test Cases 20110808Writing Test Cases 20110808
Writing Test Cases 20110808slovejoy
 
CA Technologies' Agile Application Lifecycle Management (ALM) Solution – An E...
CA Technologies' Agile Application Lifecycle Management (ALM) Solution – An E...CA Technologies' Agile Application Lifecycle Management (ALM) Solution – An E...
CA Technologies' Agile Application Lifecycle Management (ALM) Solution – An E...Tasktop
 
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...CA Technologies
 
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DBUsing Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DBCA Technologies
 

Destacado (20)

What's New in CA Agile Requirements Designer?
What's New in CA Agile Requirements Designer?What's New in CA Agile Requirements Designer?
What's New in CA Agile Requirements Designer?
 
CA Agile Requirements Designer and Coverage 101 - Hands on Lab
CA Agile Requirements Designer and Coverage 101 - Hands on LabCA Agile Requirements Designer and Coverage 101 - Hands on Lab
CA Agile Requirements Designer and Coverage 101 - Hands on Lab
 
How to Solve Problems of Testing in Agile Environments
How to Solve Problems of Testing in Agile EnvironmentsHow to Solve Problems of Testing in Agile Environments
How to Solve Problems of Testing in Agile Environments
 
TDM: Masking, Subsetting and generating Synthetic Data
TDM: Masking, Subsetting and generating Synthetic Data TDM: Masking, Subsetting and generating Synthetic Data
TDM: Masking, Subsetting and generating Synthetic Data
 
Case Study: Royal Bank of Canada’s Managing of Test Data Life Cycle with CA A...
Case Study: Royal Bank of Canada’s Managing of Test Data Life Cycle with CA A...Case Study: Royal Bank of Canada’s Managing of Test Data Life Cycle with CA A...
Case Study: Royal Bank of Canada’s Managing of Test Data Life Cycle with CA A...
 
General On-Premise Business Update
General On-Premise Business UpdateGeneral On-Premise Business Update
General On-Premise Business Update
 
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference SessionWhat's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
What's New in CA Service Virtualization 8.0 - CA World Pre-Conference Session
 
Advanced DBA – Performance Tuning for MUF Part II
Advanced DBA – Performance Tuning for MUF Part IIAdvanced DBA – Performance Tuning for MUF Part II
Advanced DBA – Performance Tuning for MUF Part II
 
Reducing TCO with Datacom Compression (Presspack)
Reducing TCO with Datacom Compression (Presspack)Reducing TCO with Datacom Compression (Presspack)
Reducing TCO with Datacom Compression (Presspack)
 
Modernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part IIModernizing the CA Datacom Data – SQL Access Part II
Modernizing the CA Datacom Data – SQL Access Part II
 
What’s new in CA Datacom
What’s new in CA DatacomWhat’s new in CA Datacom
What’s new in CA Datacom
 
Application Tuning for CA Datacom Environments Part II
Application Tuning for CA Datacom Environments Part IIApplication Tuning for CA Datacom Environments Part II
Application Tuning for CA Datacom Environments Part II
 
CA IDMS Buffer Tuning
CA IDMS Buffer TuningCA IDMS Buffer Tuning
CA IDMS Buffer Tuning
 
Pre-Con Ed: An Overview of How CA Test Data Manager Helps Deliver Rigorously ...
Pre-Con Ed: An Overview of How CA Test Data Manager Helps Deliver Rigorously ...Pre-Con Ed: An Overview of How CA Test Data Manager Helps Deliver Rigorously ...
Pre-Con Ed: An Overview of How CA Test Data Manager Helps Deliver Rigorously ...
 
Data on Demand: Now That’s What we’re Lookin’ For!
Data on Demand: Now That’s What we’re Lookin’ For!Data on Demand: Now That’s What we’re Lookin’ For!
Data on Demand: Now That’s What we’re Lookin’ For!
 
Get Started with JMeter in 60 Minutes
Get Started with JMeter in 60 MinutesGet Started with JMeter in 60 Minutes
Get Started with JMeter in 60 Minutes
 
Writing Test Cases 20110808
Writing Test Cases 20110808Writing Test Cases 20110808
Writing Test Cases 20110808
 
CA Technologies' Agile Application Lifecycle Management (ALM) Solution – An E...
CA Technologies' Agile Application Lifecycle Management (ALM) Solution – An E...CA Technologies' Agile Application Lifecycle Management (ALM) Solution – An E...
CA Technologies' Agile Application Lifecycle Management (ALM) Solution – An E...
 
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
 
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DBUsing Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
Using Sysview to Monitor and Measure Your CA Datacom Environment – AD and DB
 

Similar a CA Agile Requirements Designer 101 - an introduction to the general premise of Model-Based Testing.

Tech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldTech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldCA Technologies
 
Tech Talk: Automatically Find and Prioritize Common App Performance Issues wi...
Tech Talk: Automatically Find and Prioritize Common App Performance Issues wi...Tech Talk: Automatically Find and Prioritize Common App Performance Issues wi...
Tech Talk: Automatically Find and Prioritize Common App Performance Issues wi...CA Technologies
 
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...CA Technologies
 
Hands-On Lab: Speed Problem Resolution with CA Application Performance Manage...
Hands-On Lab: Speed Problem Resolution with CA Application Performance Manage...Hands-On Lab: Speed Problem Resolution with CA Application Performance Manage...
Hands-On Lab: Speed Problem Resolution with CA Application Performance Manage...CA Technologies
 
Pre-Con Ed: Become a Power User of CA Release Automation to Get the Most out ...
Pre-Con Ed: Become a Power User of CA Release Automation to Get the Most out ...Pre-Con Ed: Become a Power User of CA Release Automation to Get the Most out ...
Pre-Con Ed: Become a Power User of CA Release Automation to Get the Most out ...CA Technologies
 
Pre-Con Ed: Automated Application Deployment 101—Getting Started and Best Pra...
Pre-Con Ed: Automated Application Deployment 101—Getting Started and Best Pra...Pre-Con Ed: Automated Application Deployment 101—Getting Started and Best Pra...
Pre-Con Ed: Automated Application Deployment 101—Getting Started and Best Pra...CA Technologies
 
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...CA Technologies
 
Pre-Con Ed: CA View and CA Deliver Analytics Deep Dive
Pre-Con Ed: CA View and CA Deliver Analytics Deep DivePre-Con Ed: CA View and CA Deliver Analytics Deep Dive
Pre-Con Ed: CA View and CA Deliver Analytics Deep DiveCA Technologies
 
Pre-Con Ed: Hack that API—Your Data, Your Way With CA Performance Management
Pre-Con Ed: Hack that API—Your Data, Your Way With CA Performance ManagementPre-Con Ed: Hack that API—Your Data, Your Way With CA Performance Management
Pre-Con Ed: Hack that API—Your Data, Your Way With CA Performance ManagementCA Technologies
 
Pre-Con Ed: Where's the Data? How CA's DevTest Solutions Work Together to Lev...
Pre-Con Ed: Where's the Data? How CA's DevTest Solutions Work Together to Lev...Pre-Con Ed: Where's the Data? How CA's DevTest Solutions Work Together to Lev...
Pre-Con Ed: Where's the Data? How CA's DevTest Solutions Work Together to Lev...CA Technologies
 
Hands-On Lab: Master REST APIs in CA Application Performance Management
Hands-On Lab: Master REST APIs in CA Application Performance ManagementHands-On Lab: Master REST APIs in CA Application Performance Management
Hands-On Lab: Master REST APIs in CA Application Performance ManagementCA Technologies
 
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...CA Technologies
 
'Shift-Right' - Rapid Evolution with DesignOps
'Shift-Right' - Rapid Evolution with DesignOps'Shift-Right' - Rapid Evolution with DesignOps
'Shift-Right' - Rapid Evolution with DesignOpsCA Technologies
 
Tech Talk: Federate to an SAML-Enabled App in Minutes
Tech Talk: Federate to an SAML-Enabled App in MinutesTech Talk: Federate to an SAML-Enabled App in Minutes
Tech Talk: Federate to an SAML-Enabled App in MinutesCA Technologies
 
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...CA Technologies
 
CA BlazeMeter Essentials
CA BlazeMeter EssentialsCA BlazeMeter Essentials
CA BlazeMeter EssentialsCA Technologies
 
Hands-On Lab: Design Custom Action Packs to Support CA Release Automation Dep...
Hands-On Lab: Design Custom Action Packs to Support CA Release Automation Dep...Hands-On Lab: Design Custom Action Packs to Support CA Release Automation Dep...
Hands-On Lab: Design Custom Action Packs to Support CA Release Automation Dep...CA Technologies
 
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...CA Technologies
 
Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...
Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...
Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...CA Technologies
 
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...CA Technologies
 

Similar a CA Agile Requirements Designer 101 - an introduction to the general premise of Model-Based Testing. (20)

Tech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps WorldTech Talk: Running Successful Betas in a DevOps World
Tech Talk: Running Successful Betas in a DevOps World
 
Tech Talk: Automatically Find and Prioritize Common App Performance Issues wi...
Tech Talk: Automatically Find and Prioritize Common App Performance Issues wi...Tech Talk: Automatically Find and Prioritize Common App Performance Issues wi...
Tech Talk: Automatically Find and Prioritize Common App Performance Issues wi...
 
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
Pre-Con Ed: Best Practices: Enabling CA Workload Automation DE Artifacts to M...
 
Hands-On Lab: Speed Problem Resolution with CA Application Performance Manage...
Hands-On Lab: Speed Problem Resolution with CA Application Performance Manage...Hands-On Lab: Speed Problem Resolution with CA Application Performance Manage...
Hands-On Lab: Speed Problem Resolution with CA Application Performance Manage...
 
Pre-Con Ed: Become a Power User of CA Release Automation to Get the Most out ...
Pre-Con Ed: Become a Power User of CA Release Automation to Get the Most out ...Pre-Con Ed: Become a Power User of CA Release Automation to Get the Most out ...
Pre-Con Ed: Become a Power User of CA Release Automation to Get the Most out ...
 
Pre-Con Ed: Automated Application Deployment 101—Getting Started and Best Pra...
Pre-Con Ed: Automated Application Deployment 101—Getting Started and Best Pra...Pre-Con Ed: Automated Application Deployment 101—Getting Started and Best Pra...
Pre-Con Ed: Automated Application Deployment 101—Getting Started and Best Pra...
 
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
Pre-Con Ed: Best practices for setting up CA Workload Automation ESP Applicat...
 
Pre-Con Ed: CA View and CA Deliver Analytics Deep Dive
Pre-Con Ed: CA View and CA Deliver Analytics Deep DivePre-Con Ed: CA View and CA Deliver Analytics Deep Dive
Pre-Con Ed: CA View and CA Deliver Analytics Deep Dive
 
Pre-Con Ed: Hack that API—Your Data, Your Way With CA Performance Management
Pre-Con Ed: Hack that API—Your Data, Your Way With CA Performance ManagementPre-Con Ed: Hack that API—Your Data, Your Way With CA Performance Management
Pre-Con Ed: Hack that API—Your Data, Your Way With CA Performance Management
 
Pre-Con Ed: Where's the Data? How CA's DevTest Solutions Work Together to Lev...
Pre-Con Ed: Where's the Data? How CA's DevTest Solutions Work Together to Lev...Pre-Con Ed: Where's the Data? How CA's DevTest Solutions Work Together to Lev...
Pre-Con Ed: Where's the Data? How CA's DevTest Solutions Work Together to Lev...
 
Hands-On Lab: Master REST APIs in CA Application Performance Management
Hands-On Lab: Master REST APIs in CA Application Performance ManagementHands-On Lab: Master REST APIs in CA Application Performance Management
Hands-On Lab: Master REST APIs in CA Application Performance Management
 
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
Hands-On Lab: Tune CA Performance Management for an Optimal Network Performan...
 
'Shift-Right' - Rapid Evolution with DesignOps
'Shift-Right' - Rapid Evolution with DesignOps'Shift-Right' - Rapid Evolution with DesignOps
'Shift-Right' - Rapid Evolution with DesignOps
 
Tech Talk: Federate to an SAML-Enabled App in Minutes
Tech Talk: Federate to an SAML-Enabled App in MinutesTech Talk: Federate to an SAML-Enabled App in Minutes
Tech Talk: Federate to an SAML-Enabled App in Minutes
 
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
Pre-Con Ed: CA Live API Creator:  Build and Deploy Enterprise-class APIs With...
 
CA BlazeMeter Essentials
CA BlazeMeter EssentialsCA BlazeMeter Essentials
CA BlazeMeter Essentials
 
Hands-On Lab: Design Custom Action Packs to Support CA Release Automation Dep...
Hands-On Lab: Design Custom Action Packs to Support CA Release Automation Dep...Hands-On Lab: Design Custom Action Packs to Support CA Release Automation Dep...
Hands-On Lab: Design Custom Action Packs to Support CA Release Automation Dep...
 
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
Hands-On Lab: Get the Most Out of Your Network Performance Metrics With Innov...
 
Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...
Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...
Pre-Con Ed: CA Live API Creator: How to Create, Deploy, Secure and Scale an E...
 
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
Tech Talk: Use CA Application Performance Management and Jenkins to Turbochar...
 

Más de CA Technologies

CA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Technologies
 
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceMainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceCA Technologies
 
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...CA Technologies
 
Case Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCase Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCA Technologies
 
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...CA Technologies
 
Case Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCase Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCA Technologies
 
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...CA Technologies
 
Case Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCase Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCA Technologies
 
Making Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramMaking Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramCA Technologies
 
Keynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageKeynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageCA Technologies
 
Emerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementEmerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementCA Technologies
 
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...CA Technologies
 
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...CA Technologies
 
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...CA Technologies
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...CA Technologies
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...CA Technologies
 
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...CA Technologies
 
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...CA Technologies
 
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentBlockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentCA Technologies
 
Establish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseEstablish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseCA Technologies
 

Más de CA Technologies (20)

CA Mainframe Resource Intelligence
CA Mainframe Resource IntelligenceCA Mainframe Resource Intelligence
CA Mainframe Resource Intelligence
 
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform ExcellenceMainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
Mainframe as a Service: Sample a Buffet of IBM z/OS® Platform Excellence
 
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
Case Study: How CA Went From 40 Days to Three Days Building Crystal-Clear Tes...
 
Case Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software DevelopmentCase Study: How The Home Depot Built Quality Into Software Development
Case Study: How The Home Depot Built Quality Into Software Development
 
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
Pre-Con Ed: Privileged Identity Governance: Are You Certifying Privileged Use...
 
Case Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on TimeCase Study: Privileged Access in a World on Time
Case Study: Privileged Access in a World on Time
 
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
Case Study: How SGN Used Attack Path Mapping to Control Privileged Access in ...
 
Case Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital GovernmentCase Study: Putting Citizens at The Center of Digital Government
Case Study: Putting Citizens at The Center of Digital Government
 
Making Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security ProgramMaking Security Work—Implementing a Transformational Security Program
Making Security Work—Implementing a Transformational Security Program
 
Keynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive AdvantageKeynote: Making Security a Competitive Advantage
Keynote: Making Security a Competitive Advantage
 
Emerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access ManagementEmerging Managed Services Opportunities in Identity and Access Management
Emerging Managed Services Opportunities in Identity and Access Management
 
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
The Unmet Demand for Premium Cloud Monitoring Services—and How Service Provid...
 
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
Leveraging Monitoring Governance: How Service Providers Can Boost Operational...
 
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
The Next Big Service Provider Opportunity—Beyond Infrastructure: Architecting...
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
 
Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...Application Experience Analytics Services: The Strategic Digital Transformati...
Application Experience Analytics Services: The Strategic Digital Transformati...
 
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
Strategic Direction Session: Deliver Next-Gen IT Ops with CA Mainframe Operat...
 
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
Strategic Direction Session: Enhancing Data Privacy with Data-Centric Securit...
 
Blockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of DeploymentBlockchain: Strategies for Moving From Hype to Realities of Deployment
Blockchain: Strategies for Moving From Hype to Realities of Deployment
 
Establish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital EnterpriseEstablish Digital Trust as the Currency of Digital Enterprise
Establish Digital Trust as the Currency of Digital Enterprise
 

Último

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 

Último (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

CA Agile Requirements Designer 101 - an introduction to the general premise of Model-Based Testing.