Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +81 -0
- 28 - Object Oriented Programming (OOPS Concepts and Practical Implementation)/003 Types of Inheritance - Multilevel Inheritance (A--B--C).mp4 +3 -0
- 28 - Object Oriented Programming (OOPS Concepts and Practical Implementation)/004 Types of Inheritance - Multiple Inheritance (Have multiple parent class).mp4 +3 -0
- 28 - Object Oriented Programming (OOPS Concepts and Practical Implementation)/005 Inheritance Constructor in Parent and Child Class - Interview Question.mp4 +3 -0
- 28 - Object Oriented Programming (OOPS Concepts and Practical Implementation)/006 Polymorphism Data Overriding (Override Parent Class Methods).mp4 +3 -0
- 29 - Read & Write Excel Data(Xlsx file) OpenPyXl package (Advance Library)/001 Install Module Move to Sheet Level.mp4 +3 -0
- 29 - Read & Write Excel Data(Xlsx file) OpenPyXl package (Advance Library)/002 Read one Cell Data.mp4 +3 -0
- 29 - Read & Write Excel Data(Xlsx file) OpenPyXl package (Advance Library)/003 Read All Rows & Cells Data.mp4 +3 -0
- 29 - Read & Write Excel Data(Xlsx file) OpenPyXl package (Advance Library)/004 Write Data to Excel.mp4 +3 -0
- 30 - Learn Element Locators/001 LocatingWebElements-Final-1.pdf +3 -0
- 30 - Learn Element Locators/001 Section Introduction & Practice Target.mp4 +3 -0
- 30 - Learn Element Locators/002 What is Element Locators Why we use Element Locators.mp4 +3 -0
- 30 - Learn Element Locators/003 Understand basics of HTML to Fetch Element Locators.mp4 +3 -0
- 30 - Learn Element Locators/004 Locate or Search Element uniquely on the Page using Element-ID.mp4 +3 -0
- 30 - Learn Element Locators/005 Locate or Search Element uniquely on the Page using Element-Name.mp4 +3 -0
- 30 - Learn Element Locators/006 Locate or Search Element uniquely on Page using Element-Link text(inner text).mp4 +3 -0
- 30 - Learn Element Locators/007 Locate or Search Element uniquely on the Page using Element-Class Name.mp4 +3 -0
- 30 - Learn Element Locators/008 Locate Element by CSS - Syntax 1 - using ID & Tag with ID.mp4 +3 -0
- 30 - Learn Element Locators/009 Locate Element by CSS - Syntax 2 - using Class Name & Tag with Class Name.mp4 +3 -0
- 30 - Learn Element Locators/010 Locate Element by CSS - Syntax 3 - using any attribute & Tag with attribute.mp4 +3 -0
- 30 - Learn Element Locators/011 Locate Element by CSS - Syntax 4 - using ID with attribute &Tag with ID & attrib.mp4 +3 -0
- 30 - Learn Element Locators/012 Locate Element by CSS - Syntax 5 - using Class & Attribute.mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/001 Locate Element by Xpath - Syntax 1 Use Single Attribute.mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/002 Locate Element by Xpath - Syntax 2 Use Multiple Attributes with OR condition.mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/003 Locate Element by Xpath - Syntax 3 Use Multiple Attributes with AND condition.mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/004 Locate Element by Xpath - Syntax 4 Use on place Attributes.mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/005 Locate Element by Xpath - Syntax 5 Use Innertext of Element.mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/006 Locate Element by Xpath - Syntax 6 Use Partial Innertext of Element.mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/007 Locate Element by Xpath - Syntax 7 Use Partial Attribute of Element.mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/008 Locate Element by Xpath - Syntax 8 Navigate through Parent (Axis).mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/009 Locate Element by Xpath - Syntax 9 Navigate through Child(Axis).mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/010 Locate Element by Xpath - Syntax 10 Navigate towards Sibling(Next & Previous).mp4 +3 -0
- 31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/011 Locate Element by Xpath - Syntax 11 Use Parent, Child & Sibling.mp4 +3 -0
- 32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/001 How to Setup Selenium Library on Python using PIP.mp4 +3 -0
- 32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/002 Write First TestCase Open Browser Enter URL Maximize.mp4 +3 -0
- 32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/003 Work on TextBox Enter data into textbox.mp4 +3 -0
- 32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/004 Work on Radio Button Checkbox Link Button.mp4 +3 -0
- 32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/005 Work on Dropdown or List Select values from list of Dropdown.mp4 +3 -0
- 32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/006 Execute Test Case on Firefox Browser (Cross Browser Testing).mp4 +3 -0
- 33 - Keyboard & Mouse Operations ActionChains Class/001 Perform Keyboard Operations Press Single Key, Multiple Keys.mp4 +3 -0
- 33 - Keyboard & Mouse Operations ActionChains Class/002 Perform Mouse Operations Left Click, Right Click, Double Click, Drag and Drop.mp4 +3 -0
- 34 - Fetch Data at Runtime from Application and Elements/001 Fetch Page Title Page URL Page HTML Source code.mp4 +3 -0
- 34 - Fetch Data at Runtime from Application and Elements/002 Fetch Element Text(Inner text) & Attribute Value.mp4 +3 -0
- 34 - Fetch Data at Runtime from Application and Elements/003 Fetch Values from dropdown or list.mp4 +3 -0
- 35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/001 PyTest Introduction What is Pytest and How to use Pytest.mp4 +3 -0
- 35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/002 Write Test Case in Pytest format and Execute using Pytest.mp4 +3 -0
- 35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/003 Skip Test Cases Execute test cases conditionally.mp4 +3 -0
- 35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/004 Grouping Test Cases and Execute any specific group.mp4 +3 -0
- 35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/005 Fixtures What is Fixture and How to implement it.mp4 +3 -0
- 35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/006 Assertions Compare Actual Result with Expected Result.mp4 +3 -0
.gitattributes
CHANGED
|
@@ -243,3 +243,84 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 243 |
27[[:space:]]-[[:space:]]Read[[:space:]]data[[:space:]]from[[:space:]]configuration[[:space:]]files[[:space:]][[:space:]]Define[[:space:]]and[[:space:]]Use[[:space:]]config[[:space:]]files/002[[:space:]]Read[[:space:]]data[[:space:]]from[[:space:]]config[[:space:]]file[[:space:]]by[[:space:]]passing[[:space:]]key[[:space:]]and[[:space:]]fetch[[:space:]]value.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 244 |
28[[:space:]]-[[:space:]]Object[[:space:]]Oriented[[:space:]]Programming[[:space:]](OOPS[[:space:]]Concepts[[:space:]]and[[:space:]]Practical[[:space:]]Implementation)/002[[:space:]]Types[[:space:]]of[[:space:]]Inheritance[[:space:]]-[[:space:]]Single[[:space:]]Inheritance[[:space:]](A--B).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 245 |
28[[:space:]]-[[:space:]]Object[[:space:]]Oriented[[:space:]]Programming[[:space:]](OOPS[[:space:]]Concepts[[:space:]]and[[:space:]]Practical[[:space:]]Implementation)/001[[:space:]]Inheritance[[:space:]][[:space:]]Transfer[[:space:]]Property[[:space:]]of[[:space:]]a[[:space:]]class[[:space:]]to[[:space:]]another[[:space:]]class.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 243 |
27[[:space:]]-[[:space:]]Read[[:space:]]data[[:space:]]from[[:space:]]configuration[[:space:]]files[[:space:]][[:space:]]Define[[:space:]]and[[:space:]]Use[[:space:]]config[[:space:]]files/002[[:space:]]Read[[:space:]]data[[:space:]]from[[:space:]]config[[:space:]]file[[:space:]]by[[:space:]]passing[[:space:]]key[[:space:]]and[[:space:]]fetch[[:space:]]value.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 244 |
28[[:space:]]-[[:space:]]Object[[:space:]]Oriented[[:space:]]Programming[[:space:]](OOPS[[:space:]]Concepts[[:space:]]and[[:space:]]Practical[[:space:]]Implementation)/002[[:space:]]Types[[:space:]]of[[:space:]]Inheritance[[:space:]]-[[:space:]]Single[[:space:]]Inheritance[[:space:]](A--B).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 245 |
28[[:space:]]-[[:space:]]Object[[:space:]]Oriented[[:space:]]Programming[[:space:]](OOPS[[:space:]]Concepts[[:space:]]and[[:space:]]Practical[[:space:]]Implementation)/001[[:space:]]Inheritance[[:space:]][[:space:]]Transfer[[:space:]]Property[[:space:]]of[[:space:]]a[[:space:]]class[[:space:]]to[[:space:]]another[[:space:]]class.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 246 |
+
28[[:space:]]-[[:space:]]Object[[:space:]]Oriented[[:space:]]Programming[[:space:]](OOPS[[:space:]]Concepts[[:space:]]and[[:space:]]Practical[[:space:]]Implementation)/004[[:space:]]Types[[:space:]]of[[:space:]]Inheritance[[:space:]]-[[:space:]]Multiple[[:space:]]Inheritance[[:space:]](Have[[:space:]]multiple[[:space:]]parent[[:space:]]class).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 247 |
+
28[[:space:]]-[[:space:]]Object[[:space:]]Oriented[[:space:]]Programming[[:space:]](OOPS[[:space:]]Concepts[[:space:]]and[[:space:]]Practical[[:space:]]Implementation)/005[[:space:]]Inheritance[[:space:]]Constructor[[:space:]]in[[:space:]]Parent[[:space:]]and[[:space:]]Child[[:space:]]Class[[:space:]]-[[:space:]]Interview[[:space:]]Question.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 248 |
+
28[[:space:]]-[[:space:]]Object[[:space:]]Oriented[[:space:]]Programming[[:space:]](OOPS[[:space:]]Concepts[[:space:]]and[[:space:]]Practical[[:space:]]Implementation)/003[[:space:]]Types[[:space:]]of[[:space:]]Inheritance[[:space:]]-[[:space:]]Multilevel[[:space:]]Inheritance[[:space:]](A--B--C).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 249 |
+
29[[:space:]]-[[:space:]]Read[[:space:]]&[[:space:]]Write[[:space:]]Excel[[:space:]]Data(Xlsx[[:space:]]file)[[:space:]][[:space:]]OpenPyXl[[:space:]]package[[:space:]](Advance[[:space:]]Library)/002[[:space:]]Read[[:space:]]one[[:space:]]Cell[[:space:]]Data.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 250 |
+
29[[:space:]]-[[:space:]]Read[[:space:]]&[[:space:]]Write[[:space:]]Excel[[:space:]]Data(Xlsx[[:space:]]file)[[:space:]][[:space:]]OpenPyXl[[:space:]]package[[:space:]](Advance[[:space:]]Library)/001[[:space:]]Install[[:space:]]Module[[:space:]][[:space:]]Move[[:space:]]to[[:space:]]Sheet[[:space:]]Level.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 251 |
+
28[[:space:]]-[[:space:]]Object[[:space:]]Oriented[[:space:]]Programming[[:space:]](OOPS[[:space:]]Concepts[[:space:]]and[[:space:]]Practical[[:space:]]Implementation)/006[[:space:]]Polymorphism[[:space:]][[:space:]]Data[[:space:]]Overriding[[:space:]](Override[[:space:]]Parent[[:space:]]Class[[:space:]]Methods).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 252 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/001[[:space:]]LocatingWebElements-Final-1.pdf filter=lfs diff=lfs merge=lfs -text
|
| 253 |
+
29[[:space:]]-[[:space:]]Read[[:space:]]&[[:space:]]Write[[:space:]]Excel[[:space:]]Data(Xlsx[[:space:]]file)[[:space:]][[:space:]]OpenPyXl[[:space:]]package[[:space:]](Advance[[:space:]]Library)/003[[:space:]]Read[[:space:]]All[[:space:]]Rows[[:space:]]&[[:space:]]Cells[[:space:]]Data.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 254 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/001[[:space:]]Section[[:space:]]Introduction[[:space:]]&[[:space:]]Practice[[:space:]]Target.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 255 |
+
29[[:space:]]-[[:space:]]Read[[:space:]]&[[:space:]]Write[[:space:]]Excel[[:space:]]Data(Xlsx[[:space:]]file)[[:space:]][[:space:]]OpenPyXl[[:space:]]package[[:space:]](Advance[[:space:]]Library)/004[[:space:]]Write[[:space:]]Data[[:space:]]to[[:space:]]Excel.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 256 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/004[[:space:]]Locate[[:space:]]or[[:space:]]Search[[:space:]]Element[[:space:]]uniquely[[:space:]]on[[:space:]]the[[:space:]]Page[[:space:]]using[[:space:]]Element-ID.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 257 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/005[[:space:]]Locate[[:space:]]or[[:space:]]Search[[:space:]]Element[[:space:]]uniquely[[:space:]]on[[:space:]]the[[:space:]]Page[[:space:]]using[[:space:]]Element-Name.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 258 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/002[[:space:]]What[[:space:]]is[[:space:]]Element[[:space:]]Locators[[:space:]]Why[[:space:]]we[[:space:]]use[[:space:]]Element[[:space:]]Locators.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 259 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/006[[:space:]]Locate[[:space:]]or[[:space:]]Search[[:space:]]Element[[:space:]]uniquely[[:space:]]on[[:space:]]Page[[:space:]]using[[:space:]]Element-Link[[:space:]]text(inner[[:space:]]text).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 260 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/007[[:space:]]Locate[[:space:]]or[[:space:]]Search[[:space:]]Element[[:space:]]uniquely[[:space:]]on[[:space:]]the[[:space:]]Page[[:space:]]using[[:space:]]Element-Class[[:space:]]Name.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 261 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/003[[:space:]]Understand[[:space:]]basics[[:space:]]of[[:space:]]HTML[[:space:]]to[[:space:]]Fetch[[:space:]]Element[[:space:]]Locators.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 262 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/008[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]CSS[[:space:]]-[[:space:]]Syntax[[:space:]]1[[:space:]]-[[:space:]]using[[:space:]]ID[[:space:]]&[[:space:]]Tag[[:space:]]with[[:space:]]ID.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 263 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/009[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]CSS[[:space:]]-[[:space:]]Syntax[[:space:]]2[[:space:]][[:space:]]-[[:space:]]using[[:space:]]Class[[:space:]]Name[[:space:]]&[[:space:]]Tag[[:space:]]with[[:space:]]Class[[:space:]]Name.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 264 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/011[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]CSS[[:space:]]-[[:space:]]Syntax[[:space:]]4[[:space:]]-[[:space:]]using[[:space:]]ID[[:space:]]with[[:space:]]attribute[[:space:]]&Tag[[:space:]]with[[:space:]]ID[[:space:]]&[[:space:]]attrib.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 265 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/012[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]CSS[[:space:]]-[[:space:]]Syntax[[:space:]]5[[:space:]]-[[:space:]]using[[:space:]]Class[[:space:]]&[[:space:]]Attribute.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 266 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/003[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]3[[:space:]][[:space:]]Use[[:space:]]Multiple[[:space:]]Attributes[[:space:]]with[[:space:]]AND[[:space:]]condition.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 267 |
+
30[[:space:]]-[[:space:]]Learn[[:space:]]Element[[:space:]]Locators/010[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]CSS[[:space:]]-[[:space:]]Syntax[[:space:]]3[[:space:]]-[[:space:]]using[[:space:]]any[[:space:]]attribute[[:space:]]&[[:space:]]Tag[[:space:]]with[[:space:]]attribute.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 268 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/001[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]1[[:space:]][[:space:]]Use[[:space:]]Single[[:space:]]Attribute.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 269 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/002[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]2[[:space:]][[:space:]]Use[[:space:]]Multiple[[:space:]]Attributes[[:space:]]with[[:space:]]OR[[:space:]]condition.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 270 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/004[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]4[[:space:]][[:space:]]Use[[:space:]][[:space:]]on[[:space:]]place[[:space:]]Attributes.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 271 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/006[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]6[[:space:]][[:space:]]Use[[:space:]]Partial[[:space:]]Innertext[[:space:]]of[[:space:]]Element.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 272 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/005[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]5[[:space:]][[:space:]]Use[[:space:]]Innertext[[:space:]]of[[:space:]]Element.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 273 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/008[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]8[[:space:]][[:space:]]Navigate[[:space:]]through[[:space:]]Parent[[:space:]][[:space:]](Axis).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 274 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/007[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]7[[:space:]][[:space:]][[:space:]]Use[[:space:]]Partial[[:space:]]Attribute[[:space:]]of[[:space:]]Element.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 275 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/009[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]9[[:space:]][[:space:]][[:space:]]Navigate[[:space:]]through[[:space:]]Child(Axis).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 276 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/010[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]10[[:space:]][[:space:]][[:space:]]Navigate[[:space:]]towards[[:space:]]Sibling(Next[[:space:]]&[[:space:]]Previous).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 277 |
+
31[[:space:]]-[[:space:]]Learn[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Xpath[[:space:]]Best[[:space:]]Practices[[:space:]]&[[:space:]]Techniques[[:space:]]to[[:space:]]Write[[:space:]]Xpath/011[[:space:]]Locate[[:space:]]Element[[:space:]]by[[:space:]]Xpath[[:space:]]-[[:space:]]Syntax[[:space:]]11[[:space:]][[:space:]]Use[[:space:]]Parent,[[:space:]]Child[[:space:]]&[[:space:]]Sibling.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 278 |
+
32[[:space:]]-[[:space:]]Let's[[:space:]]Start[[:space:]]Writing[[:space:]]Test[[:space:]]Case[[:space:]]in[[:space:]]Selenium[[:space:]]WebDriver[[:space:]][[:space:]]Must[[:space:]]for[[:space:]]Everyone/001[[:space:]]How[[:space:]]to[[:space:]]Setup[[:space:]]Selenium[[:space:]]Library[[:space:]]on[[:space:]]Python[[:space:]]using[[:space:]]PIP.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 279 |
+
32[[:space:]]-[[:space:]]Let's[[:space:]]Start[[:space:]]Writing[[:space:]]Test[[:space:]]Case[[:space:]]in[[:space:]]Selenium[[:space:]]WebDriver[[:space:]][[:space:]]Must[[:space:]]for[[:space:]]Everyone/003[[:space:]]Work[[:space:]]on[[:space:]]TextBox[[:space:]][[:space:]]Enter[[:space:]]data[[:space:]]into[[:space:]]textbox.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 280 |
+
32[[:space:]]-[[:space:]]Let's[[:space:]]Start[[:space:]]Writing[[:space:]]Test[[:space:]]Case[[:space:]]in[[:space:]]Selenium[[:space:]]WebDriver[[:space:]][[:space:]]Must[[:space:]]for[[:space:]]Everyone/002[[:space:]]Write[[:space:]]First[[:space:]]TestCase[[:space:]][[:space:]]Open[[:space:]]Browser[[:space:]][[:space:]]Enter[[:space:]]URL[[:space:]][[:space:]]Maximize.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 281 |
+
32[[:space:]]-[[:space:]]Let's[[:space:]]Start[[:space:]]Writing[[:space:]]Test[[:space:]]Case[[:space:]]in[[:space:]]Selenium[[:space:]]WebDriver[[:space:]][[:space:]]Must[[:space:]]for[[:space:]]Everyone/005[[:space:]]Work[[:space:]]on[[:space:]]Dropdown[[:space:]]or[[:space:]]List[[:space:]]Select[[:space:]]values[[:space:]]from[[:space:]]list[[:space:]]of[[:space:]]Dropdown.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 282 |
+
32[[:space:]]-[[:space:]]Let's[[:space:]]Start[[:space:]]Writing[[:space:]]Test[[:space:]]Case[[:space:]]in[[:space:]]Selenium[[:space:]]WebDriver[[:space:]][[:space:]]Must[[:space:]]for[[:space:]]Everyone/006[[:space:]]Execute[[:space:]]Test[[:space:]]Case[[:space:]]on[[:space:]]Firefox[[:space:]]Browser[[:space:]](Cross[[:space:]]Browser[[:space:]]Testing).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 283 |
+
33[[:space:]]-[[:space:]]Keyboard[[:space:]]&[[:space:]]Mouse[[:space:]]Operations[[:space:]][[:space:]]ActionChains[[:space:]]Class/001[[:space:]]Perform[[:space:]]Keyboard[[:space:]]Operations[[:space:]][[:space:]]Press[[:space:]]Single[[:space:]]Key,[[:space:]]Multiple[[:space:]]Keys.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 284 |
+
32[[:space:]]-[[:space:]]Let's[[:space:]]Start[[:space:]]Writing[[:space:]]Test[[:space:]]Case[[:space:]]in[[:space:]]Selenium[[:space:]]WebDriver[[:space:]][[:space:]]Must[[:space:]]for[[:space:]]Everyone/004[[:space:]]Work[[:space:]]on[[:space:]][[:space:]]Radio[[:space:]]Button[[:space:]][[:space:]]Checkbox[[:space:]][[:space:]]Link[[:space:]][[:space:]]Button.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 285 |
+
33[[:space:]]-[[:space:]]Keyboard[[:space:]]&[[:space:]]Mouse[[:space:]]Operations[[:space:]][[:space:]]ActionChains[[:space:]]Class/002[[:space:]]Perform[[:space:]]Mouse[[:space:]]Operations[[:space:]][[:space:]]Left[[:space:]]Click,[[:space:]]Right[[:space:]]Click,[[:space:]]Double[[:space:]]Click,[[:space:]]Drag[[:space:]]and[[:space:]]Drop.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 286 |
+
35[[:space:]]-[[:space:]]PyTest[[:space:]][[:space:]]Unit[[:space:]]Testing[[:space:]]Framework[[:space:]]for[[:space:]]Python[[:space:]](Use[[:space:]]to[[:space:]]Execute[[:space:]]Test[[:space:]]Cases)/001[[:space:]]PyTest[[:space:]]Introduction[[:space:]][[:space:]][[:space:]]What[[:space:]]is[[:space:]]Pytest[[:space:]]and[[:space:]]How[[:space:]]to[[:space:]]use[[:space:]]Pytest.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 287 |
+
34[[:space:]]-[[:space:]]Fetch[[:space:]]Data[[:space:]]at[[:space:]]Runtime[[:space:]]from[[:space:]]Application[[:space:]]and[[:space:]]Elements/003[[:space:]]Fetch[[:space:]]Values[[:space:]]from[[:space:]]dropdown[[:space:]]or[[:space:]]list.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 288 |
+
34[[:space:]]-[[:space:]]Fetch[[:space:]]Data[[:space:]]at[[:space:]]Runtime[[:space:]]from[[:space:]]Application[[:space:]]and[[:space:]]Elements/001[[:space:]]Fetch[[:space:]]Page[[:space:]]Title[[:space:]][[:space:]]Page[[:space:]]URL[[:space:]][[:space:]]Page[[:space:]]HTML[[:space:]]Source[[:space:]]code.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 289 |
+
34[[:space:]]-[[:space:]]Fetch[[:space:]]Data[[:space:]]at[[:space:]]Runtime[[:space:]]from[[:space:]]Application[[:space:]]and[[:space:]]Elements/002[[:space:]]Fetch[[:space:]]Element[[:space:]]Text(Inner[[:space:]]text)[[:space:]]&[[:space:]]Attribute[[:space:]]Value.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 290 |
+
35[[:space:]]-[[:space:]]PyTest[[:space:]][[:space:]]Unit[[:space:]]Testing[[:space:]]Framework[[:space:]]for[[:space:]]Python[[:space:]](Use[[:space:]]to[[:space:]]Execute[[:space:]]Test[[:space:]]Cases)/002[[:space:]]Write[[:space:]]Test[[:space:]]Case[[:space:]]in[[:space:]]Pytest[[:space:]]format[[:space:]]and[[:space:]]Execute[[:space:]]using[[:space:]]Pytest.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 291 |
+
35[[:space:]]-[[:space:]]PyTest[[:space:]][[:space:]]Unit[[:space:]]Testing[[:space:]]Framework[[:space:]]for[[:space:]]Python[[:space:]](Use[[:space:]]to[[:space:]]Execute[[:space:]]Test[[:space:]]Cases)/003[[:space:]]Skip[[:space:]]Test[[:space:]]Cases[[:space:]][[:space:]]Execute[[:space:]]test[[:space:]]cases[[:space:]]conditionally.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 292 |
+
35[[:space:]]-[[:space:]]PyTest[[:space:]][[:space:]]Unit[[:space:]]Testing[[:space:]]Framework[[:space:]]for[[:space:]]Python[[:space:]](Use[[:space:]]to[[:space:]]Execute[[:space:]]Test[[:space:]]Cases)/006[[:space:]]Assertions[[:space:]][[:space:]]Compare[[:space:]]Actual[[:space:]]Result[[:space:]]with[[:space:]]Expected[[:space:]]Result.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 293 |
+
35[[:space:]]-[[:space:]]PyTest[[:space:]][[:space:]]Unit[[:space:]]Testing[[:space:]]Framework[[:space:]]for[[:space:]]Python[[:space:]](Use[[:space:]]to[[:space:]]Execute[[:space:]]Test[[:space:]]Cases)/005[[:space:]]Fixtures[[:space:]][[:space:]]What[[:space:]]is[[:space:]]Fixture[[:space:]]and[[:space:]]How[[:space:]]to[[:space:]]implement[[:space:]]it.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 294 |
+
35[[:space:]]-[[:space:]]PyTest[[:space:]][[:space:]]Unit[[:space:]]Testing[[:space:]]Framework[[:space:]]for[[:space:]]Python[[:space:]](Use[[:space:]]to[[:space:]]Execute[[:space:]]Test[[:space:]]Cases)/004[[:space:]]Grouping[[:space:]]Test[[:space:]]Cases[[:space:]]and[[:space:]]Execute[[:space:]]any[[:space:]]specific[[:space:]]group.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 295 |
+
35[[:space:]]-[[:space:]]PyTest[[:space:]][[:space:]]Unit[[:space:]]Testing[[:space:]]Framework[[:space:]]for[[:space:]]Python[[:space:]](Use[[:space:]]to[[:space:]]Execute[[:space:]]Test[[:space:]]Cases)/007[[:space:]]Write[[:space:]]End[[:space:]]to[[:space:]]End[[:space:]]Test[[:space:]]Case[[:space:]]in[[:space:]]PyTest[[:space:]]format.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 296 |
+
36[[:space:]]-[[:space:]]Waits[[:space:]]in[[:space:]]WebDriver[[:space:]](Page[[:space:]]Load[[:space:]]Timeout,[[:space:]]Implicit[[:space:]]Wait,[[:space:]]Explicit[[:space:]]Wait)/002[[:space:]]Implicitly[[:space:]]Wait[[:space:]][[:space:]]Wait[[:space:]]for[[:space:]]Searching[[:space:]]of[[:space:]]an[[:space:]]Element.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 297 |
+
37[[:space:]]-[[:space:]]Advance[[:space:]]Selenium[[:space:]]Concepts[[:space:]](Logs,[[:space:]]Snapshot,[[:space:]]Multi[[:space:]]Window[[:space:]]Handling)/001[[:space:]]Take[[:space:]]Screenshot[[:space:]]at[[:space:]]Runtime[[:space:]]-[[:space:]]Take[[:space:]]and[[:space:]]Save[[:space:]]screenshot[[:space:]]for[[:space:]]reference.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 298 |
+
36[[:space:]]-[[:space:]]Waits[[:space:]]in[[:space:]]WebDriver[[:space:]](Page[[:space:]]Load[[:space:]]Timeout,[[:space:]]Implicit[[:space:]]Wait,[[:space:]]Explicit[[:space:]]Wait)/001[[:space:]]Forced[[:space:]]Wait[[:space:]]&[[:space:]]Page[[:space:]]Load[[:space:]]Timeout.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 299 |
+
37[[:space:]]-[[:space:]]Advance[[:space:]]Selenium[[:space:]]Concepts[[:space:]](Logs,[[:space:]]Snapshot,[[:space:]]Multi[[:space:]]Window[[:space:]]Handling)/002[[:space:]]Execute[[:space:]]JavaScript[[:space:]]at[[:space:]]Runtime[[:space:]][[:space:]]Handle[[:space:]]complex[[:space:]]HTML[[:space:]]scenario.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 300 |
+
37[[:space:]]-[[:space:]]Advance[[:space:]]Selenium[[:space:]]Concepts[[:space:]](Logs,[[:space:]]Snapshot,[[:space:]]Multi[[:space:]]Window[[:space:]]Handling)/003[[:space:]]MultiWindow[[:space:]]Handling[[:space:]]-[[:space:]]Handle[[:space:]]Popups.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 301 |
+
37[[:space:]]-[[:space:]]Advance[[:space:]]Selenium[[:space:]]Concepts[[:space:]](Logs,[[:space:]]Snapshot,[[:space:]]Multi[[:space:]]Window[[:space:]]Handling)/004[[:space:]]MultiWindow[[:space:]]Handling[[:space:]]-[[:space:]]Handle[[:space:]]Tabs.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 302 |
+
37[[:space:]]-[[:space:]]Advance[[:space:]]Selenium[[:space:]]Concepts[[:space:]](Logs,[[:space:]]Snapshot,[[:space:]]Multi[[:space:]]Window[[:space:]]Handling)/005[[:space:]]MultiWindow[[:space:]]Handling[[:space:]]-[[:space:]]Handle[[:space:]]Frame[[:space:]]iFrames.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 303 |
+
38[[:space:]]-[[:space:]]Formatted[[:space:]]Project[[:space:]]Structure[[:space:]][[:space:]]Define[[:space:]]Folder[[:space:]]Hierarchy[[:space:]]for[[:space:]]Automation[[:space:]]Projects/001[[:space:]]Create[[:space:]]Project[[:space:]]Structure.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 304 |
+
37[[:space:]]-[[:space:]]Advance[[:space:]]Selenium[[:space:]]Concepts[[:space:]](Logs,[[:space:]]Snapshot,[[:space:]]Multi[[:space:]]Window[[:space:]]Handling)/006[[:space:]]Generate[[:space:]]Logs[[:space:]]Files.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 305 |
+
38[[:space:]]-[[:space:]]Formatted[[:space:]]Project[[:space:]]Structure[[:space:]][[:space:]]Define[[:space:]]Folder[[:space:]]Hierarchy[[:space:]]for[[:space:]]Automation[[:space:]]Projects/004[[:space:]]Manage[[:space:]]Element[[:space:]]Locators[[:space:]]in[[:space:]]Config[[:space:]]File.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 306 |
+
38[[:space:]]-[[:space:]]Formatted[[:space:]]Project[[:space:]]Structure[[:space:]][[:space:]]Define[[:space:]]Folder[[:space:]]Hierarchy[[:space:]]for[[:space:]]Automation[[:space:]]Projects/002[[:space:]]Create[[:space:]]Base[[:space:]]Files[[:space:]][[:space:]]Save[[:space:]]Common[[:space:]]data[[:space:]]to[[:space:]]be[[:space:]]used[[:space:]]in[[:space:]]all[[:space:]]testcases.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 307 |
+
36[[:space:]]-[[:space:]]Waits[[:space:]]in[[:space:]]WebDriver[[:space:]](Page[[:space:]]Load[[:space:]]Timeout,[[:space:]]Implicit[[:space:]]Wait,[[:space:]]Explicit[[:space:]]Wait)/003[[:space:]]Explicit[[:space:]]Wait[[:space:]][[:space:]]Wait[[:space:]]for[[:space:]]condition[[:space:]]to[[:space:]]be[[:space:]]True.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 308 |
+
38[[:space:]]-[[:space:]]Formatted[[:space:]]Project[[:space:]]Structure[[:space:]][[:space:]]Define[[:space:]]Folder[[:space:]]Hierarchy[[:space:]]for[[:space:]]Automation[[:space:]]Projects/006[[:space:]]Page[[:space:]]Object[[:space:]]Model[[:space:]](POM)&[[:space:]]Its[[:space:]]Advantages.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 309 |
+
38[[:space:]]-[[:space:]]Formatted[[:space:]]Project[[:space:]]Structure[[:space:]][[:space:]]Define[[:space:]]Folder[[:space:]]Hierarchy[[:space:]]for[[:space:]]Automation[[:space:]]Projects/003[[:space:]]Create[[:space:]]&[[:space:]]Read[[:space:]]data[[:space:]]from[[:space:]]Config[[:space:]]File[[:space:]](Manage[[:space:]]Configuration[[:space:]]Data).mp4 filter=lfs diff=lfs merge=lfs -text
|
| 310 |
+
38[[:space:]]-[[:space:]]Formatted[[:space:]]Project[[:space:]]Structure[[:space:]][[:space:]]Define[[:space:]]Folder[[:space:]]Hierarchy[[:space:]]for[[:space:]]Automation[[:space:]]Projects/007[[:space:]]Implement[[:space:]]POM[[:space:]]in[[:space:]]Realtime[[:space:]]Automation[[:space:]]Project.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 311 |
+
39[[:space:]]-[[:space:]]FRAMEWORK[[:space:]]DESIGNING[[:space:]][[:space:]][[:space:]]Data[[:space:]]Driven[[:space:]]Testing[[:space:]]Framework/001[[:space:]]Data[[:space:]]Driven[[:space:]]Testing[[:space:]]with[[:space:]]static[[:space:]]data.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 312 |
+
38[[:space:]]-[[:space:]]Formatted[[:space:]]Project[[:space:]]Structure[[:space:]][[:space:]]Define[[:space:]]Folder[[:space:]]Hierarchy[[:space:]]for[[:space:]]Automation[[:space:]]Projects/005[[:space:]]Multi[[:space:]]Window[[:space:]]Handling[[:space:]]-[[:space:]]Handle[[:space:]]Popup[[:space:]]&[[:space:]]Tab.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 313 |
+
39[[:space:]]-[[:space:]]FRAMEWORK[[:space:]]DESIGNING[[:space:]][[:space:]][[:space:]]Data[[:space:]]Driven[[:space:]]Testing[[:space:]]Framework/002[[:space:]]Data[[:space:]]Driven[[:space:]]Testing[[:space:]]with[[:space:]]excel[[:space:]]data[[:space:]]source.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 314 |
+
40[[:space:]]-[[:space:]]TDD[[:space:]]&[[:space:]]BDD[[:space:]]Introduction/005[[:space:]]Difference[[:space:]]between[[:space:]]TDD[[:space:]]and[[:space:]]BDD.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 315 |
+
40[[:space:]]-[[:space:]]TDD[[:space:]]&[[:space:]]BDD[[:space:]]Introduction/001[[:space:]]TDD[[:space:]][[:space:]]Test[[:space:]]Driven[[:space:]]Development.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 316 |
+
40[[:space:]]-[[:space:]]TDD[[:space:]]&[[:space:]]BDD[[:space:]]Introduction/003[[:space:]]BDD[[:space:]][[:space:]]Behavior[[:space:]]Driven[[:space:]]development.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 317 |
+
40[[:space:]]-[[:space:]]TDD[[:space:]]&[[:space:]]BDD[[:space:]]Introduction/007[[:space:]]Common[[:space:]]Files[[:space:]]to[[:space:]]be[[:space:]]created[[:space:]]in[[:space:]]BDD.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 318 |
+
41[[:space:]]-[[:space:]]Kickstart[[:space:]]Gherkin[[:space:]]Language[[:space:]]for[[:space:]]Writing[[:space:]]Feature[[:space:]]File/001[[:space:]]Define[[:space:]]Gherkin[[:space:]]&[[:space:]]Feature[[:space:]]File.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 319 |
+
41[[:space:]]-[[:space:]]Kickstart[[:space:]]Gherkin[[:space:]]Language[[:space:]]for[[:space:]]Writing[[:space:]]Feature[[:space:]]File/002[[:space:]]Feature[[:space:]]File[[:space:]]and[[:space:]]Keyword.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 320 |
+
41[[:space:]]-[[:space:]]Kickstart[[:space:]]Gherkin[[:space:]]Language[[:space:]]for[[:space:]]Writing[[:space:]]Feature[[:space:]]File/003[[:space:]]Scenario[[:space:]]keyword.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 321 |
+
41[[:space:]]-[[:space:]]Kickstart[[:space:]]Gherkin[[:space:]]Language[[:space:]]for[[:space:]]Writing[[:space:]]Feature[[:space:]]File/004[[:space:]]Given[[:space:]]Step.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 322 |
+
41[[:space:]]-[[:space:]]Kickstart[[:space:]]Gherkin[[:space:]]Language[[:space:]]for[[:space:]]Writing[[:space:]]Feature[[:space:]]File/005[[:space:]]When[[:space:]]and[[:space:]]Then[[:space:]]Steps.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 323 |
+
41[[:space:]]-[[:space:]]Kickstart[[:space:]]Gherkin[[:space:]]Language[[:space:]]for[[:space:]]Writing[[:space:]]Feature[[:space:]]File/006[[:space:]]Background[[:space:]]Step.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 324 |
+
41[[:space:]]-[[:space:]]Kickstart[[:space:]]Gherkin[[:space:]]Language[[:space:]]for[[:space:]]Writing[[:space:]]Feature[[:space:]]File/009[[:space:]]Comments[[:space:]]and[[:space:]]Doc[[:space:]]String.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 325 |
+
41[[:space:]]-[[:space:]]Kickstart[[:space:]]Gherkin[[:space:]]Language[[:space:]]for[[:space:]]Writing[[:space:]]Feature[[:space:]]File/007[[:space:]]Step[[:space:]]Argument.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 326 |
+
42[[:space:]]-[[:space:]]Start[[:space:]]Creating[[:space:]]BDD[[:space:]]Framework[[:space:]]using[[:space:]]Selenium[[:space:]]Webdriver[[:space:]]&[[:space:]]Python/001[[:space:]]Create[[:space:]]Project[[:space:]]Structure.mp4 filter=lfs diff=lfs merge=lfs -text
|
28 - Object Oriented Programming (OOPS Concepts and Practical Implementation)/003 Types of Inheritance - Multilevel Inheritance (A--B--C).mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f69d0646031fa0c5b0b4eb3cdee793c7b7cfe87bd9d600014a79f9258ea8a8b
|
| 3 |
+
size 64191283
|
28 - Object Oriented Programming (OOPS Concepts and Practical Implementation)/004 Types of Inheritance - Multiple Inheritance (Have multiple parent class).mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6a6cbcf197095f770bdfacf8d0f9716614164e1035f6c6922e14710046ac665
|
| 3 |
+
size 24070758
|
28 - Object Oriented Programming (OOPS Concepts and Practical Implementation)/005 Inheritance Constructor in Parent and Child Class - Interview Question.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f05c8483fbadebaca2ef4b2aba743aa1de8ad0b7256ad73f8f1e3cbf726e659
|
| 3 |
+
size 19582265
|
28 - Object Oriented Programming (OOPS Concepts and Practical Implementation)/006 Polymorphism Data Overriding (Override Parent Class Methods).mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee2c816c7ccb91942aa8ba5fbc3187a66366c52829311910a44b6579095dd691
|
| 3 |
+
size 87384670
|
29 - Read & Write Excel Data(Xlsx file) OpenPyXl package (Advance Library)/001 Install Module Move to Sheet Level.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38f01a43ee990cd853e15f8576ad866d4843dfb420284d9d7f829641ee82395c
|
| 3 |
+
size 53203164
|
29 - Read & Write Excel Data(Xlsx file) OpenPyXl package (Advance Library)/002 Read one Cell Data.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:422fe3fc6fde9778af3a3f7bbf15be1293e9fb7d80c20b520dfe611b92c6d0d2
|
| 3 |
+
size 46231622
|
29 - Read & Write Excel Data(Xlsx file) OpenPyXl package (Advance Library)/003 Read All Rows & Cells Data.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0107f7b93c36d317b906de8109cd17defe3c86e9ad3375b579d2b14d0d2d536f
|
| 3 |
+
size 36743083
|
29 - Read & Write Excel Data(Xlsx file) OpenPyXl package (Advance Library)/004 Write Data to Excel.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da58ebcef9d0803b6a02035a527e614f9853c24e9b096d2f2b3052efe70e21d7
|
| 3 |
+
size 73911668
|
30 - Learn Element Locators/001 LocatingWebElements-Final-1.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21171e4fa7918aa2ddebcc4d8771601b7116d8ac80d9daa895a3c2855087ed30
|
| 3 |
+
size 670627
|
30 - Learn Element Locators/001 Section Introduction & Practice Target.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c085e9f04991459636d4492a11d929edc6621412bf5d8c5133abe75aa53c9e7e
|
| 3 |
+
size 7776419
|
30 - Learn Element Locators/002 What is Element Locators Why we use Element Locators.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43ddbfe7d0eff879c43e6e0642bd5d71f1ca43d911bcd69479f741742988b4b3
|
| 3 |
+
size 28862980
|
30 - Learn Element Locators/003 Understand basics of HTML to Fetch Element Locators.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bc8c9ea52232f45eb4779473dbf7a928642a4b51380ebc3df4621960b6b80ee
|
| 3 |
+
size 125908096
|
30 - Learn Element Locators/004 Locate or Search Element uniquely on the Page using Element-ID.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:086d38a3f106763bceb4d78ac0bb676e40a68c7b053d1c9bd465e9d0063b14b5
|
| 3 |
+
size 23152458
|
30 - Learn Element Locators/005 Locate or Search Element uniquely on the Page using Element-Name.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b04b7f1fcea8a2d363efe21b12112bc122842fe4061a0af6ff74f2405b1d7b09
|
| 3 |
+
size 20574252
|
30 - Learn Element Locators/006 Locate or Search Element uniquely on Page using Element-Link text(inner text).mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb8d16a48ce469c49cb32d5c49c0e736b6bacb92067b74a3a91036f4d659bce1
|
| 3 |
+
size 17105674
|
30 - Learn Element Locators/007 Locate or Search Element uniquely on the Page using Element-Class Name.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db0aac48cafd471bd0a1067dc17ff6ee138797b4aad0adcd3e8097a98c384d58
|
| 3 |
+
size 14115851
|
30 - Learn Element Locators/008 Locate Element by CSS - Syntax 1 - using ID & Tag with ID.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:719830a99b54c8d47ca496916a1c6e183535c1cfd6ee529412c186e1fdd02cb8
|
| 3 |
+
size 18769288
|
30 - Learn Element Locators/009 Locate Element by CSS - Syntax 2 - using Class Name & Tag with Class Name.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebc4418da4b19e9d723695742bba88acafb591210ebec5a7c90ccbf0c140ee38
|
| 3 |
+
size 23017554
|
30 - Learn Element Locators/010 Locate Element by CSS - Syntax 3 - using any attribute & Tag with attribute.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a023e2fee760d85a665464d601b86f792ff52084b6addad1614ddf2be1c3a5e
|
| 3 |
+
size 31156694
|
30 - Learn Element Locators/011 Locate Element by CSS - Syntax 4 - using ID with attribute &Tag with ID & attrib.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:370ca761620fb20390859a69575fc0dd98807e07fa076f9544cfcf0941997742
|
| 3 |
+
size 16465289
|
30 - Learn Element Locators/012 Locate Element by CSS - Syntax 5 - using Class & Attribute.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3431ac7a849b4fae787a0e593a18b71196b47a68433855add5ada1131d2038a2
|
| 3 |
+
size 11476455
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/001 Locate Element by Xpath - Syntax 1 Use Single Attribute.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30aeba79f846e10ebaee7e66e486c5aa82713876f935c0977b5ca6fdea5652fb
|
| 3 |
+
size 52953075
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/002 Locate Element by Xpath - Syntax 2 Use Multiple Attributes with OR condition.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d94777d8361051c55e4d5300a4ff19c81dc56f7bd4bf1f6e3275871a997267d
|
| 3 |
+
size 50954323
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/003 Locate Element by Xpath - Syntax 3 Use Multiple Attributes with AND condition.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:532588ab1b7dbbf806f3cd910a7b25ec5eba46efb58be7ca46298a6477ceac34
|
| 3 |
+
size 22541698
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/004 Locate Element by Xpath - Syntax 4 Use on place Attributes.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47706b4d3054d41220d6ae9fcbb6a0cdcecad8e4936669f7d7c21dd1e6c981c1
|
| 3 |
+
size 11870555
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/005 Locate Element by Xpath - Syntax 5 Use Innertext of Element.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e8162d8c448740ce84c7d7db048847775a1153c68635b1d0e4813f70c6dca65
|
| 3 |
+
size 27403454
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/006 Locate Element by Xpath - Syntax 6 Use Partial Innertext of Element.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db4bc260cf91bf833513035f11e0110c088cb1c36b37c43cf24fdfd7c1aff0ca
|
| 3 |
+
size 14465755
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/007 Locate Element by Xpath - Syntax 7 Use Partial Attribute of Element.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d127eb1765e04bccdbcaf7bce89f337ef1c895c331ac5d5428d73e0b32d82af
|
| 3 |
+
size 21712792
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/008 Locate Element by Xpath - Syntax 8 Navigate through Parent (Axis).mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a9accb830cdf39e22dc2a20abab6129eed4b54d27619d1d4218be557da5806c
|
| 3 |
+
size 92821792
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/009 Locate Element by Xpath - Syntax 9 Navigate through Child(Axis).mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de7d15ffa91dc3f2bf5a98dcf45ac390e063bab76e70864bd955025326901478
|
| 3 |
+
size 40469645
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/010 Locate Element by Xpath - Syntax 10 Navigate towards Sibling(Next & Previous).mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:817aea58830e0b1598832e7e645c24068da5d837ffd0f864cdd75896673fa9b3
|
| 3 |
+
size 57935193
|
31 - Learn How to use Xpath Best Practices & Techniques to Write Xpath/011 Locate Element by Xpath - Syntax 11 Use Parent, Child & Sibling.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:883421b0b844b5881c23a9d0092031b90f51f84071d421479f007df4837c760c
|
| 3 |
+
size 46395375
|
32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/001 How to Setup Selenium Library on Python using PIP.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54c5d5dace16e965ff52915541478f1de25567ac649a8a9c5174e30546f6adc2
|
| 3 |
+
size 9693748
|
32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/002 Write First TestCase Open Browser Enter URL Maximize.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31416fb77b31eab3c17bfd6e1d3b3e9aafb85dbbb672f070ba2656c53a89563d
|
| 3 |
+
size 53156359
|
32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/003 Work on TextBox Enter data into textbox.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52a2585b8c0efd0bcb486943d64be9ef6ea73ea72d7433683eea8b9d69701b90
|
| 3 |
+
size 56905352
|
32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/004 Work on Radio Button Checkbox Link Button.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99e6880f9129deee7c608ddaa0a2228bce2090d09bf9fcb38d2e35250dcc26de
|
| 3 |
+
size 131850012
|
32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/005 Work on Dropdown or List Select values from list of Dropdown.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5a6867251ea241f4ccc63667080dd8e81c4ff1ed2307826d403e6a489867312
|
| 3 |
+
size 92507177
|
32 - Let's Start Writing Test Case in Selenium WebDriver Must for Everyone/006 Execute Test Case on Firefox Browser (Cross Browser Testing).mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92fff925f08a939ab02ff1c3ebfcdb85d64690bd29d08ddd7a3d11807500e744
|
| 3 |
+
size 26682880
|
33 - Keyboard & Mouse Operations ActionChains Class/001 Perform Keyboard Operations Press Single Key, Multiple Keys.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebf50d976ba35f74ccabed75b351d431ad374d992637406b92a36f12e1877cb7
|
| 3 |
+
size 53036124
|
33 - Keyboard & Mouse Operations ActionChains Class/002 Perform Mouse Operations Left Click, Right Click, Double Click, Drag and Drop.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb4c00673b5890991837fa0f827786540e9de9cef24cec24d34585b9c935538f
|
| 3 |
+
size 52148463
|
34 - Fetch Data at Runtime from Application and Elements/001 Fetch Page Title Page URL Page HTML Source code.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d5f5105874b1cb3291d4290b1e530c5ef6d651c8051dffa03d07b3a49a4574e
|
| 3 |
+
size 76538174
|
34 - Fetch Data at Runtime from Application and Elements/002 Fetch Element Text(Inner text) & Attribute Value.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d6468aa4c156fc64b28e310bfc24829bb37147a0c4511234c34159b9d0c9971
|
| 3 |
+
size 57482026
|
34 - Fetch Data at Runtime from Application and Elements/003 Fetch Values from dropdown or list.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a06652c1c48b7bc2eb1ae820dc6c04e3ab27a4ac2479463c5d8e7fc2ce65ef03
|
| 3 |
+
size 41351928
|
35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/001 PyTest Introduction What is Pytest and How to use Pytest.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d45f10bce7bf04affd116b4cdead32652ea06c772ccb7896d461ca0baeea1882
|
| 3 |
+
size 17981188
|
35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/002 Write Test Case in Pytest format and Execute using Pytest.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b30931bccfc44b3c94820d7a7e1be8ef1dbc0ddfa141c98f770353218e130b1
|
| 3 |
+
size 56027098
|
35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/003 Skip Test Cases Execute test cases conditionally.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f31ccd5c0ab534c07ab58f6385c58a141727d5f5f68383bf31eb00323268637
|
| 3 |
+
size 160771146
|
35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/004 Grouping Test Cases and Execute any specific group.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09597eac8b20918832ace95424f159e1250927d211760bddbaa055026130f445
|
| 3 |
+
size 72517401
|
35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/005 Fixtures What is Fixture and How to implement it.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfebb56568cadb272488e2743619b270fa424bf1af0ef03feb21c15ec55c4dbf
|
| 3 |
+
size 65968329
|
35 - PyTest Unit Testing Framework for Python (Use to Execute Test Cases)/006 Assertions Compare Actual Result with Expected Result.mp4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1350a7334f212598a9a486bacd41afb3357d06ffc5ea6fd77c76116cc4858ea4
|
| 3 |
+
size 26707534
|