Python & Selenium (3) (1)
Python & Selenium (3) (1)
1. Introduction to programming
2. Installation & environment settings
3. Playing with shell & what is shell
4. Variables, keywords, datatypes and Identifiers
5. Detailed Concept of Data Structures in Python
6. Slicing of collections [+ve & -ve indexing]
7. Built-in operations on collections
8. Operators
9. Print statement
10. Decisional
11. If
12. Elif
13. Else
14. Nested if
15. Looping statements
16. For loop and while loop Break, Continue and Pass statements
17. Typecasting
18. Input statement [Dynamic input]
19. Programming on loops and decisional
20. Functions or methods
21. 4 types with the concept of returning multiple values
22. Recursion
23. Passing default values to the arguments
24. Packing and unpacking
25. Vargs
26. Functional programming and monkey patching
27. Lambda expressions, map and filter [idea on reduce statement]
28. Some programming on Functions
29. Import and from statements
30. Built-in modules and user-defined modules
31. OOPS
32. Class
33. Object
34. Constructors
35. Methods
36. Inheritance
37. Single
38. Multiple
39. Multilevel
40. Hierarchical
1. Introduction to automation
2. Introduction to selenium
3. Installation of selenium and setting-up the Environments
4. Invoking the test-cases in various browsers
5. Browser related operations
6. HTML and CSS basics
7. Identification of elements
8. Locators
• Id
• Name
• Class Name
• Tag-name
• Link text
• Partial link-text
• CSS selectors
• XPATH
9. Finding element