Packt Selenium Python Automation Testing from Scratch and Frameworks-XQZT

Packt Selenium Python Automation Testing from Scratch and Frameworks-XQZT | Apps-Tutorials | MKV | 2.64 GiB

260 kb/s 1348×756 | AAC 2 CH eng

NFO (Click to Show)

Another exquisit release
Packt.Selenium.Python.Automation.Testing.from.Scratch.and.Frameworks-XQZT
     Title: Selenium Python Automation Testing from Scratch and Frameworks
 Publisher: Packt
  Category: Business Category: N/A Other
      Size: 2706M
     Files: 10F
      Date: 2021-01-25
  Course #: 9781800567733
 Published: Packt
   Updated: N/A
       URL: https://www.packtpub.com/video/business_and_other/9781800567733
    Author: Rahul Shetty
  Duration: 16 hours 30 minutes
 Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
Learn Python programming and Selenium Python automation from
basic to advanced level

File List (Click to Show)

20M	01.01-why_choose_selenium_for_your_test_automation_needs.mkv
51M	02.01-tips_for_best_viewing_experience.mkv
8.8M	02.02-how_to_install_python_on_your_machine.mkv
21M	02.03-important_note_for_mac_users.mkv
21M	02.04-what_is_a_private_information_provider_(pip)_client_and_how_to_download_python_packages.mkv
15M	03.01-python_hello_world_program_with_basics.mkv
13M	03.02-data_types_in_python.mkv
35M	04.01-list_data_types_and_operations.mkv
24M	04.02-tuple_and_dictionary_data_types_in_python.mkv
7.2M	04.03-how_to_create_dictionaries_at_runtime_and_add_data_to_them.mkv
19M	05.01-if-else_condition_in_python.mkv
20M	05.02-loops_in_python_and_the_importance_of_code_indentation.mkv
9.7M	05.03-programming_examples_using_for_loop.mkv
26M	05.04-programming_examples_using_while_loop.mkv
24M	05.05-what_are_functions_and_how_to_use_them.mkv
18M	06.01-oop_principles-classes_and_objects.mkv
39M	06.02-constructor_and_its_role_in_object-oriented_programming.mkv
32M	06.03-inheritance_concepts_with_examples.mkv
26M	06.04-strings_and_their_functions.mkv
17M	07.01-reading_text_files_in_python.mkv
21M	07.02-importance_of_readline_and_the_readline_method.mkv
22M	07.03-writing_data_using_python.mkv
14M	08.01-raising_exceptions.mkv
25M	08.02-try-catch_mechanism.mkv
14M	08.03-using_finally_with_exceptions.mkv
53M	09.01-how_to_invoke_the_chrome_browser_and_load_website.mkv
26M	09.02-basic_web_driver_methods.mkv
35M	09.03-running_tests_in_firefox_and_internet_explorer.mkv
22M	10.01-inspecting_html_to_identify_attributes_of_an_element.mkv
34M	10.02-introduction_to_cascading_style_sheets_(css)_selector_and_name_locators.mkv
38M	10.03-finding_elements_with_xpath_and_css_using_chropath.mkv
32M	10.04-extracting_text_from_a_web_page_with_validation_assertions.mkv
41M	10.05-identifying_links_with_text_and_building_smart_css_around_it.mkv
41M	10.06-identifying_xpath_and_css.mkv
32M	11.01-web_applications_to_practice_selenium_automation.mkv
32M	11.02-identifying_static_drop-downs.mkv
28M	11.03-example_on_identifying_labels.mkv
17M	11.04-introducing_validation_assertions_and_running_tests.mkv
91M	11.05-handling_auto-suggestive_dynamic_drop-downs.mkv
12M	11.06-getting_the_count_of_options.mkv
28M	11.07-handling_check_box_dynamically.mkv
25M	11.08-understanding_radio_button_automation_methods.mkv
37M	11.09-handling_javajavascript_alert_pop-ups.mkv
14M	12.01-what_are_waits.mkv
40M	12.02-developing_end-to-end_testcase_to_automate_the_e-commerce_greenkart_application.mkv
33M	12.03-understanding_implicit_wait_in_selenium.mkv
36M	12.04-understanding_explicit_wait_in_selenium.mkv
15M	13.01-when_to_use_explicit_and_implicit_wait.mkv
47M	13.02-example-greenkart_application_part_i.mkv
23M	13.03-example-greenkart_application_part_ii.mkv
16M	13.04-example-greenkart_application_part_iii.mkv
42M	13.05-building_logic_to_automate_html_web_tables.mkv
38M	14.01-techniques_to_handle_child_windowstabs_with_selenium.mkv
34M	14.02-what_are_frames_and_how_to_handle_them.mkv
28M	14.03-advanced_interactions_with_browser_elements_using_action_class.mkv
34M	14.04-double-click_and_context_click_using_action_class.mkv
40M	15.01-what_is_a_javascript_executor.mkv
29M	15.02-examples_of_various_javascript_executor_methods_for_various_web_operations.mkv
32M	15.03-what_are_chrome_options.mkv
39M	16.01-selecting_a_product_from_a_list_of_products.mkv
26M	16.02-complete_checkout_logic_with_product_selection_example.mkv
22M	16.03-handling_auto-suggestive_drop-down_to_select_location_and_confirm_order.mkv
13M	16.04-taking_screenshots_using_selenium_python_with_assertions.mkv
8.4M	17.01-tips_and_tricks_on_framework.mkv
23M	18.01-pytest_and_its_advantages.mkv
29M	18.02-running_pytests_from_the_terminal_with_different_command_flags.mkv
24M	18.03-running_selected_pytests_from_a_set_of_tests.mkv
30M	18.04-grouping_tests_with_pytest_marks_to_run_selected_groups.mkv
21M	18.05-fixtures_and_their_importance_in_pytest_framework.mkv
32M	18.06-importance_of_conftest_file.mkv
24M	18.07-introduction_to_data-driven_fixtures.mkv
33M	18.08-parameterizing_tests_with_multiple_datasets_using_fixtures.mkv
21M	18.09-generating_html_reports_for_pytest_test_cases.mkv
11M	19.01-introduction_to_logging_in_python_tests.mkv
20M	19.02-importance_of_file_handler_in_logging_tests.mkv
35M	19.03-building_reusable_utility_for_logging.mkv
35M	19.04-integrating_pytest_logs_into_html_reporting.mkv
22M	20.01-standards_of_writing_selenium_tests_in_framework.mkv
16M	20.02-generalizing_browser_invocation_code.mkv
34M	20.03-creating_setup_fixtures_and_passing_class_objects_to_test.mkv
37M	20.04-passing_command_line_options_to_select_a_browser_at_runtime.mkv
40M	20.05-page_object_design_pattern_and_its_importance.mkv
28M	20.06-implementing_page_objects_mechanism_into_framework_tests.mkv
27M	20.07-optimizing_page_objects.mkv
24M	20.08-creating_custom_utilities.mkv
28M	20.09-implementing_framework_standards.mkv
19M	20.10-debugging_and_developing_custom_utilities.mkv
31M	20.11-implementing_data-driven_mechanism.mkv
33M	20.12-parameterizing_the_tests_with_multiple_datasets.mkv
28M	20.13-implementing_logging_into_framework_tests.mkv
44M	20.14-generating_html_reports_with_logging_integration.mkv
12M	21.01-introduction_to_jenkins.mkv
30M	21.02-integrating_selenium_python_framework_into_jenkins.mkv
24M	21.03-setting_up_jenkins_parameterized_job_variables_for_browser_selection.mkv
21M	21.04-creating_jenkins_junit_results_with_pytest_commands.mkv
20M	22.01-introduction_to_excel_data-driven_testing.mkv
21M	22.02-reading_and_writing_data_from_excel_to_python_tests.mkv
28M	22.03-building_a_utility_to_retrieve_values.mkv
23M	22.04-loading_the_excel_data.mkv
26M	22.05-integrating_excel_utility_into_selenium_python_framework.mkv
4.7M	23.01-wrapping_up.mkv
16M	9781800567733_Code.zip
2.7G	total

File: packt.selenium.python.automation.testing.from.scratch.and.frameworks-xqzt-sample.mkv
Size: 2114514 bytes (2.02 MiB), duration: 00:01:05, avg.bitrate: 260 kb/s
Audio: aac, 44100 Hz, stereo (eng)
Video: h264, yuv420p, 1348x756, 30.00 fps(r) (eng)


Download Packt Selenium Python Automation Testing from Scratch and Frameworks-XQZT ( Size: 2.64 GiB ) :

Filehosts: Nitroflare, Rapidgator

Download from Nitroflare

3 Link/s Download
Download

,

Download from Rapidgator

3 Link/s Download
Download

,

Apps-Tutorials
Comments (0)
Add Comment