Land Your ₹60,000/Month Dream JOB in 2024 🤑 | Software Testing Roadmap

The Kiran Academy - Java By Kiran
29 Feb 202410:54

Summary

TLDRThis video script focuses on the essential skills and knowledge required for a career in software testing. It emphasizes the importance of understanding core Java, HTML, CSS, and SQL, as well as the basics of manual testing and automation. The speaker advises on the depth of knowledge needed in each area, discusses the significance of communication skills, and stresses the value of practical experience through project work. The script also touches on the necessity of creating test cases and bug reporting, suggesting that even without in-depth knowledge of Java, a career in testing is attainable. It concludes with a recommendation to write test cases for live projects to enhance employability.

Takeaways

  • 😀 The video discusses the importance of understanding various programming languages like Java, Python, and C# for testing purposes.
  • 🔍 It emphasizes the need for a clear focus on certain aspects within testing, such as knowing what to focus on and what to avoid.
  • 💡 The presenter clarifies misconceptions and provides guidance on what is beneficial to focus on in testing, especially the advantages of focusing more on certain areas.
  • 👨‍🏫 The video touches on the importance of understanding automation and manual testing, explaining why both are essential in the testing field.
  • 📚 It provides insights into the depth of knowledge required in various technologies like Java, HTML, SQL, and CSS for testing interviews.
  • 🛠️ The speaker suggests that having a project in your technology stack is crucial for job applications in the testing field.
  • 📝 The video highlights the importance of being able to write test cases, bug reporting, and understanding frameworks and report generation.
  • 🎓 It advises that for beginners in testing, a basic understanding of certain concepts is sufficient, while experienced individuals may need to know more.
  • 🗣️ Communication skills are stressed as a critical aspect of testing that should not be overlooked.
  • 🌟 The presenter gives a five-star rating to manual testing, emphasizing its significance even in the age of automation.

Q & A

  • What are the core skills necessary to crack a testing interview?

    -The core skills include Core Java, HTML, SQL, Manual Testing, and Automation. These are the foundational technologies and concepts you need to master to crack a testing interview.

  • How deep should one's knowledge of Core Java be for testing roles?

    -In Core Java, one must focus on logical programming, concepts like OOP (Object-Oriented Programming), final variables, static keywords, and exceptions. While deep expertise isn't mandatory, a basic understanding and ability to explain these concepts is crucial.

  • What specific SQL topics are essential for a tester?

    -For testing roles, understanding SQL basics like DDL (Data Definition Language), DML (Data Manipulation Language), WHERE conditions, and operators such as LIKE, GROUP BY, and HAVING is necessary. Joins are also important to grasp.

  • How important is knowledge of HTML and CSS for a testing career?

    -Basic knowledge of HTML tags, such as input tags, radio buttons, checkboxes, and password fields, is important. CSS can be mostly ignored unless you want to focus on UI testing or styling, but understanding basic styling concepts is a plus.

  • What is the importance of manual testing in the testing field?

    -Manual testing is critical for testers, especially for beginners. It helps in building a strong foundation for understanding test cases and testing processes. Being able to explain manual testing concepts in detail is essential, even if automation is required later.

  • How does Selenium fit into the automation testing process?

    -Selenium is a key tool for automation testing. Testers must learn XPath, TestNG, and how to automate websites. For freshers, mastering basic Selenium operations like website automation is enough to get started in the field.

  • Why is working on a project important for a career in testing?

    -Working on a real-world project demonstrates practical experience and gives you a strong foundation. It involves writing test cases, bug reporting, working with frameworks, and generating reports. Even freshers should have a project experience to showcase during interviews.

  • What type of project should freshers focus on for testing jobs?

    -Freshers should work on web-based projects, like testing popular websites (e.g., Amazon or MakeMyTrip), where they can write around 100-500 test cases. This practical experience will help immensely during job interviews.

  • What is the significance of communication skills in testing?

    -Communication skills are crucial in testing as they allow you to explain your results clearly. Testers must be able to communicate effectively during interviews and when explaining test cases, bug reports, and automation processes.

  • What are the next steps for testers who want to advance their careers?

    -After mastering manual testing and basic automation skills, testers should explore advanced tools and certifications. Learning deeper aspects of Selenium, working on more complex projects, and pursuing certifications can help advance one's career and improve salary prospects.

Outlines

00:00

💻 Introduction to Software Testing Essentials

The speaker begins by addressing the importance of understanding the technology stack and testing concepts, particularly for those new to the field. They emphasize the need to know what to focus on in testing and the benefits of focusing on certain areas. The discussion includes the significance of automation versus manual testing and the importance of having a basic understanding of core Java, SQL, and HTML. The speaker also touches on the necessity of knowing the extent of one's knowledge in these areas for job interviews and the potential to crack an interview by understanding these basics.

05:01

🎯 Deep Dive into Manual and Automation Testing

In this segment, the speaker delves deeper into the specifics of manual testing, stressing its importance and the need to understand the basics thoroughly. They discuss the significance of being able to explain results in manual testing and how it can lead to a successful career as a tester. The speaker also addresses the misconception that automation is the only requirement in the industry, highlighting that a strong foundation in manual testing is essential. They provide insights into the basics of HTML and CSS, emphasizing the importance of understanding simple tags and styling for web page testing. The segment concludes with advice on creating a project to demonstrate testing skills and the importance of writing test cases and bug reports.

10:02

🌟 Emphasizing the Importance of Practical Experience

The final paragraph focuses on the practical aspect of learning and the importance of hands-on experience. The speaker encourages the audience to write test cases for real websites to gain practical experience, which is crucial for job interviews. They stress that simply writing test cases for popular websites can significantly improve one's chances of getting a job. The speaker also mentions that they have launched online courses for those who wish to further their knowledge and skills in software testing. They conclude by thanking the audience and hinting at the content of the next video.

Mindmap

Keywords

💡Testing

Testing in the context of the video refers to the process of verifying and validating software applications to ensure they meet the intended requirements and function correctly. It is a core concept in the video, as the speaker discusses the importance of understanding testing principles and practices for those looking to build a career in the field of software testing. The video emphasizes that testing is not just about finding bugs but also about ensuring the quality and reliability of software products.

💡Technology Stack

The term 'Technology Stack' in the video script refers to the combination of technologies used to build a software system or a product. The speaker mentions that those interested in software testing should be familiar with various technologies and tools that are commonly used in the industry. Understanding the technology stack is crucial for testers to effectively perform their roles and contribute to the development process.

💡Java

Java is a programming language that is frequently mentioned in the video script. The speaker suggests that having a good understanding of Java is important for those in software testing, particularly when it comes to backend testing and automation. Java's object-oriented nature and widespread use in enterprise applications make it a valuable skill for testers to master.

💡HTML

HTML, or HyperText Markup Language, is the standard markup language for creating web pages and web applications. In the video, the speaker mentions HTML as part of the basic knowledge required for testers, especially when it comes to understanding web page structure and performing frontend testing.

💡SQL

SQL, or Structured Query Language, is a programming language used for managing and manipulating databases. The video script highlights the importance of SQL knowledge for testers who need to interact with databases, whether it's for testing database interactions or for data-driven testing scenarios.

💡Manual Testing

Manual Testing is the process of testing software applications manually by a tester to find bugs or issues. The video emphasizes the importance of manual testing skills, suggesting that a strong foundation in manual testing is essential before moving on to automation. The speaker stresses that manual testing involves not just executing tests but also requires the ability to understand and explain test results.

💡Automation Testing

Automation Testing refers to the use of software tools to automate the execution of tests. The video script discusses the importance of automation testing, indicating that while it is a valuable skill, it should not be the sole focus for those new to the field. The speaker suggests that a balance between manual and automated testing is necessary for comprehensive software testing.

💡Frameworks

In the context of the video, 'Frameworks' refers to the structured sets of software components that provide a particular functionality. The speaker mentions that testers should be familiar with various testing frameworks that can aid in organizing and executing test cases, as well as generating reports. Frameworks are essential for both manual and automated testing processes.

💡Bug Reporting

Bug Reporting is the process of documenting software defects or issues for developers to address. The video script emphasizes the importance of effective bug reporting as a critical skill for testers. It involves not just identifying bugs but also providing clear, concise, and actionable information to help developers understand and fix the issues.

💡Projects

The term 'Projects' in the video script refers to practical, hands-on experiences that testers can use to apply their testing skills. The speaker encourages viewers to work on real-world projects to gain experience and demonstrate their abilities. Projects are highlighted as essential for building a portfolio that can be shown to potential employers during job applications.

💡Communication

Communication is highlighted in the video as a vital skill for testers. It involves not just the ability to speak but also to write clear and concise reports, explain complex issues, and collaborate effectively with team members. The speaker stresses that good communication skills are often overlooked but are crucial for success in the field of software testing.

Highlights

Introduction to the importance of understanding technology stacks in testing.

Clarification on what to focus on in testing and the consequences of not focusing.

Discussion on the benefits of focusing too much on certain aspects of testing.

Explaining the importance of automation and manual testing and why both are essential.

Guidance on what to include in a testing interview, such as core Java, SQL, manual testing, and automation.

Advice on the level of knowledge required in core Java, SQL, and Python for testing.

Emphasis on the importance of understanding concepts like final variables, static, and constructors in core Java.

Highlighting the significance of communication skills in testing.

Discussion on the necessity of understanding collections in Java for a tester.

Advice on the level of knowledge required in SQL for testing purposes.

Importance of HTML and CSS for testers, especially for UI testing.

Stress on the criticality of manual testing and the ability to explain test results in English.

Mention of the importance of having a project in your technology stack when applying for a testing job.

Guidance on creating test cases, bug reporting, and using frameworks as part of a project.

Advice for beginners on what to focus on when starting a career in testing.

Discussion on the importance of writing test cases for real-world projects.

Emphasis on the practical aspect of testing, such as writing 100 test cases for a website.

Advice for those who have written 100 test cases and are still struggling to find a job.

Encouragement to write more test cases and the assurance of job prospects.

Introduction of online courses for those looking to revise or learn professionally.

Transcripts

play00:00

हेलो दिस इज किरण आज हम जिस वीडियो की बात

play00:02

करने वाले यहां पे जिस टॉपिक की बात करने

play00:04

वाले बहुत इंपोर्टेंट है पुराने आपने मेरे

play00:06

वीडियोस देखे होंगे पाइथन में क्या पढ़ना

play00:08

चाहिए जावा में क्या पढ़ना चाहिए मनक में

play00:11

क्या पढ़ना चाहिए बहुत अच्छा रिस्पांस आया

play00:13

बहुत सारे लोगों की जो गलतफहमी थी उसम सही

play00:16

हुई आज मैं जो बात करने वाला हूं आप

play00:19

स्क्रीन पर देख सकते हो हम टेक्नोलॉजी का

play00:21

जो स्टैक देखने वाले वो है टेस्टिंग का

play00:24

बहुत सारे लोगों को पता ही नहीं कि

play00:25

टेस्टिंग में करना क्या है टेस्टिंग में

play00:27

किस चीजों प फोकस करना है किस चीजों प

play00:29

नहीं करना है नहीं करते तो क्या होगा

play00:31

ज्यादा फोकस करने से क्या फायदे

play00:33

होंगे ऑटोमेशन और मैनुअल की बात करते हैं

play00:36

दोनों में क्या इंपॉर्टेंट है क्यों है यह

play00:39

सारा अभ इस वीडियो में हम समझें चलो

play00:43

देखते देखिए आप स्क्रीन पर देख रहे हो कि

play00:46

अगर मुझे टेस्टिंग करनी है तो मुझे क्या

play00:49

क्या आना चाहिए पहला कोर जावा एचटीएमएल

play00:52

एसक्यूएल मैनल टेस्टिंग ऑटोमेशन य पांच

play00:56

चीज

play00:57

बेसिक इतने में आपका टेस्टिंग का इंटरव्यू

play01:00

क्रैक हो जाएगा अब इसमें आप ऑप्शन लगा

play01:03

सकते हो कि भाई मुझे कोर जावा में क्या

play01:05

करना है एचटीएमएल में कहां तक जाना है

play01:07

एसक्यूएल में किस लेवल तक जाना है सिनियम

play01:10

अगर बात करता हूं पाइथन में भी सिनियम

play01:13

होता है डॉट नेट में भी होता है यह वीडियो

play01:14

केवल जावा वालों के लिए नहीं है तो सिनियम

play01:17

में किस लेवल तक जाना है यह भी आपको इसमें

play01:20

समझ में आएगा या आपको डिसाइड करना है

play01:22

ऑटोमेशन टेस्टिंग अब कहां तक ऑटोमेशन

play01:25

टेस्टिंग के बारे में नॉलेज रखना है मतलब

play01:27

सिनियम जो अभी बात कर रहा था मैनुअल

play01:29

टेस्टिंग कितना डेप्थ में जाना है कितना

play01:31

नहीं जाना है सर्टिफिकेशन करना जरूरी है

play01:34

ये सारे क्वेश्चंस के आंसर आ जाएंगे उसके

play01:36

बाद देखिए

play01:37

अगर बात करूं नेक्स्ट है आपने टेक्नोलॉजी

play01:41

स्टैक में प्रोजेक्ट होना चाहिए मतलब अगर

play01:44

आप टेस्टिंग के फील्ड में जॉब अप्लाई कर

play01:47

रहे हो एक प्रोजेक्ट जरूर करना चाहिए उस

play01:48

प्रोजेक्ट के अंदर क्या क्या आना चाहिए

play01:50

आपने टेस्ट केस लिखनी चाहिए बग रिपोर्टिंग

play01:52

होनी चाहिए फ्रेमवर्क होना चाहिए रिपोर्ट

play01:54

जनरेशन होना चाहिए गी टेस्ट एजी कुकु इतनी

play01:57

सारी चीजें आपको कर सर ये फ्रेशर्स के लिए

play02:00

या एक्सपीरियंस य दोनों के लिए है

play02:01

एक्सपीरियंस के लिए ओबवियसली इससे और 10

play02:05

15 चीजें पढ़नी पड़ बट य फ्रेशर्स के लिए

play02:08

इतनी चीज काफी है इसमें से भी चार पाच चीज

play02:10

आप छोड़ सकते हो कौन सी छोड़ सकते कौन सी

play02:13

नहीं आइए देखते

play02:15

हैं अब देखो मैं टेस्टिंग की बात करूंगा

play02:18

स्ट्रेट

play02:19

फॉरवर्ड तो हम बात करते टेस्टिंग टेस्टिंग

play02:22

में क्या है क्या नहीं क्यों सबसे पहले

play02:25

देखो आपको पढ़ना है कोर

play02:27

जावा अब क्वेश्चन सर कोर जवा कितना है

play02:31

आपने तो बोला था कि तुमको अगर बहुत लॉजिक

play02:33

नहीं जमते तो टेस्टिंग कर लीजिए अब कोर

play02:36

जवा में पूरे लॉजिक ही है इसमें ना आप

play02:38

कांसेप्ट को अच्छे से

play02:40

पढ़िए और कुछ लॉजिकल प्रोग्राम्स आपको

play02:43

पढ़ने

play02:45

है कौन से यह मैं नहीं बता सकता कौन से बट

play02:49

ट्राई कीजिए की बेसिक तो भी हो जाए प्राइम

play02:51

नंबर हो गया ऑड वन हो गया फिगो सीरीज होगी

play02:53

लाइक ट जो फैक्टोरियल प्रोग्राम जो ग्लोबल

play02:56

प्रोग्राम जो दुनिया जानती है वो आपको य

play02:58

कर उसके बाद बाद बात आती

play03:01

है कांसेप्ट में कौन से पढ़े और कौन से

play03:04

नहीं पढ़े तो कौन से पढ़ने देखो सबसे पहले

play03:07

तो आपको ना उप्स अच्छे से आना चाहिए फाइनल

play03:11

स्टेटिक अच्छे से आना चाहिए अब अच्छे से

play03:14

का मतलब भी क्या है देखो मैं एक एक चीज

play03:15

बताता अच्छे से मतलब आपको समझ में आना

play03:18

चाहिए आपको उसका एकद प्रोग्राम डिमेट करने

play03:22

वाला

play03:23

जैसे फाइनल वेरिएबल की आपने मीनिंग बता दी

play03:26

फाइनल का मतलब क्या अब वो पूछेगा कैन य

play03:28

डिस्ट्रेट बा यूजिंग एपल एक एग्जांपल

play03:30

लिखते आना चाहिए एक वेबल फाइनल किया उस

play03:32

नया वैल्यू डाल के देखा और बोला देखो सर

play03:34

एरर आ गया मनस्ट्रेशन तीसरी सबसे

play03:38

इंपॉर्टेंट चीज है कम्युनिकेशन जिसको

play03:41

हल्के में लेते हैं बट यह बहुत ज्यादा

play03:43

हेवी है कम्युनिकेशन कुछ नहीं यार बात

play03:47

करते आ कम्युनिकेशन मतलब बात करना इसको

play03:50

इग्नोर मत कीजिए फिर आया फाइनल स्टैटिक हो

play03:53

गया फिर सुपरस कंस्ट्रक्टर य सारी चीज

play03:56

आपको आनी

play03:58

चाहिए

play04:02

एक्सेप्शन एक्सेप्शन हो गया उसके बाद

play04:05

कलेक्शन सबसे इंपोर्टेंट टॉपिक है कलेक्शन

play04:08

एरे यह बहुत बहुत अच्छे से कर ली यह हो

play04:12

गया टस इट इसके बाद बहुत ज्यादा और दूसरी

play04:15

चीजें पढ़ना है नहीं पढ़ना है यह सारी

play04:17

आपकी मर्जी बट याद रखिए केवल इतना नहीं यह

play04:21

मैंने अगर बोलू मैंडेटरी है ये मैंडेटरी

play04:25

मतलब इसके अलावा ऑप्शन नहीं है आप बोलोगे

play04:28

मेरे को कलेक्शन नहीं आता टेस्टर बनना है

play04:31

आपको आपके अंकल भी नहीं बना सकते टेस्टर

play04:34

अगर आपको इतनी चीजें नहीं आती उसके बाद

play04:38

हमको एसक्यूएल पढ़ना होता है है ना तो

play04:41

एसक्यूएल इग्नोर नहीं कर सकते आप एसक्यूएल

play04:44

में सर क्या-क्या आना चाहिए अब देखो अब

play04:46

एसकल बहुत बड़ा है आप थोड़ा सा ये डीडीएल

play04:49

डीएमएल ये सारी चीजें कर लीजिए दो चीजें

play04:52

भी कर ली तो काफी है डी क्यूल होता है आप

play04:55

वेयर कंडीशन को बहुत अच्छे से समझिए वेयर

play04:58

में बहुत सारी चीजें हैं लाइक ऑपरेटर है

play05:01

यह सारे जो ऑपरेटर होते लाइक हो गया ग्रुप

play05:03

बाय हो

play05:05

गया हैविंग हो गया इसको अच्छे समझिए जॉइंट

play05:09

आने

play05:10

चाहिए यह चीज आपको मैंडेटरी अगर आप

play05:14

एसक्यूएल कर रहे हो और टेस्टर बनना चाहते

play05:18

हो इसके बाद एचटीएमएल सीएसएस होता है

play05:21

देखो सीएसएस होता है छोड़ दीजिए सीस सिफ

play05:24

सीस का मीनिंग याद रख सीएसएस लगता है अगर

play05:28

आपको अच्छा यूजर इंटरफेस बनाना है

play05:30

स्टाइलिंग करनी है कलर्स लगाने बस उतना

play05:33

काफी है उसके अंदर मत घुस अब एचटी में

play05:35

सिंपल

play05:37

बेसिक टैग आने चाहिए आपको बेसिक टैग जितने

play05:41

भी टैग होते हैं इनपुट टग हो गया रेडियो

play05:43

बटन चेक बॉक्स पासवर्ड का यह सब कुछ

play05:45

क्योंकि आपको देखो लास्टली चेक तो वेब पेज

play05:48

को करना है और वेब पेज आपको पता इसी में

play05:50

होता है अब देखिए सबसे इंपोर्टेंट चीज

play05:52

जिसको आप हलके में लेते वो है मैनुअल

play05:55

टेस्ट भाई मैनुअल टेस्टिंग में आप

play05:57

एक्सक्लूड मत कीजिए एव यू

play06:00

शड और एवरीथिंग का मतलब मैं बार-बार बोल

play06:03

रहा हूं यू मस्ट एबल टू

play06:07

एक्सप्लेन अगर आप एक्सप्लेन नहीं कर पा

play06:10

रहे हो रिजल्ट्स नहीं मिलेंगे इफ यू आर

play06:14

नॉट एबल टू एक्सप्लेन द थिंग्स इन

play06:16

इंग्लिश इट्स

play06:18

प्रॉब्लम इस चीज को आप हल्के में बिल्कुल

play06:20

नहीं लेंगे मैनुअल टेस्टिंग को बिल्कुल

play06:22

हल्के में नहीं लेना है इसको आप अट मोस्ट

play06:25

इंपोर्टेंट मानिए अगर आपको टेस्टर बनना है

play06:27

इसको चाहे एक बार जावा नहीं आए तो चले पर

play06:29

आपको सिफ मैनुअल टेस्टिंग के भरोसे भी जॉब

play06:31

ल सकता है नहीं सर हमने सुना हुआ है

play06:34

ऑटोमेशन मांगते आजकल मांगने दो उनको पर आप

play06:36

मैनुअली करो आपका इंटरव्यू मैनुअल प ही

play06:39

होने वाला है आपको मैनुअल के बेसिक

play06:40

कांसेप्ट पूछने वाले मैनुअल टेस्टिंग

play06:42

जिसको आता है वो टेस्टर बन सकता है

play06:44

ऑटोमेशन सिनियम जिसको नहीं आता कोई दिक्कत

play06:47

नहीं भाई टेस्टर तो बन ही जाओगे सिनियम से

play06:50

सैलरी बढ़ेगी पर पहले सैलरी बढ़ाने के

play06:52

पहले कुछ सैलरी कमाने लायक बनना है और

play06:54

उसके लिए दिस इज वेरी इंपोर्टेंट आई विल

play06:56

गिव फाइव स्टार क्यों फाइव स्टार दे रहा

play06:59

हू क्योंकि आप इसी को इग्नोर कर बैठते

play07:01

कोडिंग करते रहते हो और आपको लगता है कि

play07:02

वो कोडिंग से कुछ हो जाए कुछ नहीं होना है

play07:04

पहले आपको मैनुअल टेस्टिंग करनी ही करनी

play07:07

है नो ऑप्शन तो ये चीज इसके बाद देखो

play07:11

सिनियम आता

play07:13

है जो ऑटोमेशन की बात करते यहां पर सिनियम

play07:18

मतलब ऑटोमेशन में सिनियम में आपको एक्स

play07:22

पात आना चाहिए फेशर लेवल पर देखो क्या आना

play07:24

चाहिए एक्स पाथ हो गया उल्टे सीधे एक्स

play07:26

पाथ निकालते आने चाहिए टेस्ट एनजी आना

play07:28

चाहिए ऑटोमेशन एक वेबसाइट को ऑटोमेट करते

play07:31

आनी

play07:33

चाहिए सेलेनियम में आप उतना ऑटोमेशन कर

play07:36

सकते हो यह बेसिक चीज इतनी आ गई काफी है

play07:39

अब इसके बाद आप फिर एक गलती कर बैठते हो

play07:41

आप प्रोजेक्ट नहीं करते और प्रोजेक्ट बोला

play07:43

तो आप अलग ही दुनिया में चले जाते हो

play07:45

इंस्टीट्यूट कौन सा प्रोजेक्ट देगा क्या

play07:47

करेगा नहीं हमको प्रोजेक्ट पढ़ाया ही नहीं

play07:49

अरे बाबा प्रोजेक्ट पढ़ाया नहीं जाता है

play07:51

आप कोई भी एक वेबसाइट खोल लीजिए गो आईबी

play07:54

गो समझ

play07:56

लो मेक माय ट्रिप पकड़ लीजिए

play08:01

अब देखो मैं जो लिखने वाला हूं आपको इसकी

play08:04

500 टेस्ट केसेस लिखते आनी चाहिए अब एक

play08:09

फ्रेशर नहीं होता जिसने 500 लिखी हो बोलते

play08:11

मैंने 10 लिखी कौन सी लिखी मैंने लॉगिन की

play08:15

लिखी लॉग आउट की लिखी फॉरगेट पासवर्ड लिखी

play08:19

अरे भाई इसके ऊपर जॉब मिलने ही वाला नहीं

play08:22

है आपको आप ये चार जो चीजें हर जगह दुनिया

play08:25

भरे इधर उधर घुमाते रहते हो लॉगइन की

play08:27

टेस्ट केसे लिखी लॉग आउट की लिखी

play08:29

फॉट पासवर्ड के लिए इसके ऊपर जॉब नहीं

play08:32

मिलेगा नो जॉब नो मींस नो मैं 500 बोल रहा

play08:37

हूं अरे आप 100 तो भी लिखिए तो ही जॉब

play08:39

मिलेगी यही हो गया लाइव प्रोजेक्ट ख

play08:42

बुद्धि मत लगाओ प्रोजेक्ट क्या दिखाओ रिज

play08:44

में लिख दो गो आई क ब यार आप फ्रेशर हो आप

play08:47

थोड़ी ना कंपनी में गए हो और गो आईब का जब

play08:50

लिखोगे 100 टेस्ट केसेस तो इंटरव्यू खुद

play08:53

समझदार बनेगा ना पूछेगा क्वे उस तो होप

play08:56

फुली आपको य समझ आया होगा कि प्रोजेक्ट

play08:58

मतलब क्या करना है बहुत बड़ा माहौल नहीं

play09:00

बनाना है प्रोजेक्ट आई एम स्टार्टिंग ए

play09:02

प्रोजेक्ट कुछ नहीं करना जो आप टेस्ट एजी

play09:05

में पढ़ रहे हो टेस्ट केसेस लिखना वही

play09:06

आपको amazon.com मेक माय ट्रिप किसी भी

play09:09

वेबसाइट प लिखिए यार पसंदीदा द किरन एडमी

play09:12

कॉ आपको कुछ नहीं सोच ना ना तो देखो मैं

play09:16

बताता हूं आप क्या करो यह वेबसाइट खोलो

play09:19

मेरी द

play09:21

किरन

play09:23

एकेडमी कॉ अरे चालू हो जाओ टेस्ट केसेस

play09:26

लिखना 100 टेस्ट लिख के देखिए जॉब नहीं

play09:29

देता आपको मेरे को बोलो पर ऐसा कोई लड़का

play09:31

नहीं मिलेगा जिसने 100 टेस्ट केस लिखी और

play09:34

जॉब नहीं मिला मिलता ही है फिर से रिपीट

play09:37

करो 100 टेस्ट केस लिख के दिखाइए इस

play09:40

वेबसाइट प किसी भी वेबसाइट पर और जॉब नहीं

play09:42

मिला तो मेरे पास आए जॉब मिलेगा गारंटी

play09:45

स्टम पेपर पर लिख के दे सकते ऐसा लड़का ही

play09:47

नहीं मिलता मुझे जो बोलेगा 100 लिखी 500

play09:49

लिखी 600 लिखी तो आज सब

play09:52

लोग इस चीज पर काम करेंगे मैंने आपके आगे

play09:56

जो भी टेक्नोलॉजी स्टैक लाकर दिया है चीज

play09:59

प आपको काम करना है कोर जावा ए आपके आगे

play10:01

स्क्रीन पर आप इसका स्क्रीनशॉट ले सकते हो

play10:04

रख सकते हो अपने दोस्तों को बता सकते हो

play10:05

जो भी टेस्टिंग में करियर करना चाहते हैं

play10:09

आपके लिए मैंने ऑनलाइन कोर्सेस भी लंच किए

play10:12

हुए और अभी और कर रहा हूं वो भी आप बाय कर

play10:14

सकते हो अगर आपको थोड़ा भी लगता है कि फिर

play10:16

से एक रिवीजन करना है प्रोफेशनल पढ़ना है

play10:18

जैसे बहुत सारे प्लेटफॉर्म ऑनलाइन कोर्स

play10:20

होते वैसे हमारे भी कोर्सेस आ रहे हैं आप

play10:23

उन कोर्सेस को भी परचेस कर सकते हो बाकी

play10:26

तो बहुत सारा नॉलेज मैं य पर दे देता हूं

play10:28

आप उस नॉलेज के भरोसे भी अपना करियर बना

play10:30

सकते हो थैंक यू मिलते हैं नेक्स्ट वीडियो

play10:52

में

Rate This

5.0 / 5 (0 votes)

Étiquettes Connexes
Software TestingJava BasicsHTML TagsSQL QueriesManual TestingTesting InterviewAutomation TestingWeb ProjectsBug ReportingCareer Advice
Besoin d'un résumé en anglais ?