1
00:00:02,490 --> 00:00:04,320
All right, welcome back.

2
00:00:04,500 --> 00:00:09,470
Probably would have ordered it on the court, if not if you are going to cover the same or here, it's

3
00:00:09,510 --> 00:00:10,560
very, very simple, guys.

4
00:00:10,560 --> 00:00:15,840
All we got to do is I'm going to create even further reduce data then compared like how we did a little

5
00:00:15,840 --> 00:00:16,280
section.

6
00:00:16,530 --> 00:00:21,960
I'm just going to create a large enough username and password you could probably create for the rest

7
00:00:21,960 --> 00:00:26,400
of the data for the user creation as well, if you want to, because I have not even read anything on

8
00:00:26,400 --> 00:00:27,930
the user creation in this block.

9
00:00:28,200 --> 00:00:29,460
I'm not going to even cover that.

10
00:00:30,000 --> 00:00:36,120
And then once it is written, all we are going to do is we need to import this particular.

11
00:00:37,730 --> 00:00:43,310
Our data so far that I'm just going to do a concert of data is going to require.

12
00:00:45,830 --> 00:00:48,050
With hyphen, hyphen.

13
00:00:51,750 --> 00:01:00,910
Dot, dot, test data, slash year data at Jasen, and once you have this, you can then go all the

14
00:01:00,910 --> 00:01:03,910
way to this guy and do DataDot.

15
00:01:13,010 --> 00:01:16,830
A logging user name, and this guy is going to be.

16
00:01:18,790 --> 00:01:28,090
DataDot login password, so we got all the username and password aswell, like dynamically then we can

17
00:01:28,090 --> 00:01:28,690
enter this.

18
00:01:28,900 --> 00:01:32,140
And then if you tried to run that, uh, let's see if it works.

19
00:01:35,710 --> 00:01:40,300
There you go, running the test for us, sending the username and password is running fine.

20
00:01:40,330 --> 00:01:47,980
The only problem and the good thing about the on it is we could also able to see how that test is actually

21
00:01:47,980 --> 00:01:50,590
working for three different browsers same time.

22
00:01:50,590 --> 00:01:52,060
So I can take a screenshot probably.

23
00:01:52,420 --> 00:01:56,350
And instead of the browser name, I can just remove the browser name.

24
00:01:58,720 --> 00:02:04,810
And if I just kill the Headful and if I enter this, so it's going to run the same test in three different

25
00:02:05,080 --> 00:02:11,460
browser, that is the power of this test on itself and it is running in parallel by default.

26
00:02:11,520 --> 00:02:15,450
Like that is the behavior of this browser itself.

27
00:02:15,460 --> 00:02:24,430
So it automatically runs things for us in parallel and then both the same and ran in all the just in

28
00:02:24,430 --> 00:02:27,380
the same browser same time and the discard successfully completed.

29
00:02:27,760 --> 00:02:30,730
So this way you can see that you can keep extending the test.

30
00:02:30,730 --> 00:02:34,830
You can write your own frameworks, you can write your own reporting's and stuff.

31
00:02:34,840 --> 00:02:36,040
I mean Witcover.

32
00:02:37,390 --> 00:02:44,740
I mean, we can and once again, as I told you, imagination is the limitation and once again is that

33
00:02:44,740 --> 00:02:50,530
all your imagination is the only limit or here that you can probably think of, like how you want to

34
00:02:50,530 --> 00:02:51,880
restrict this test automation.

35
00:02:52,030 --> 00:02:57,880
But now you got a full idea of how you can write the code, even like a framework using the test to

36
00:02:57,880 --> 00:02:58,600
understand stuff.
