Bingo ! You are real champ. Exactly you know where all qa engineers really need help! No one is giving better detail explanation what you are giving in under 30 minutes. Thanks a lot for giving real time experience. Thanks a lot Raghav.
That's true brother he gives the best explanation for any new person to learn others i hve observed wil tell you the ingredients but won't share the recipe
perfect sr i implemented perfectly everything in my current project at work and i loved the final result with this improvement thanks greetings from mexico :D
Thank you for the tutorial and your guidance. we are all blessed to watch your videos and gain my Automation Testing knowledge, Just one request could you please upload one end-to-end selenium project with all utilities.
Thank you for the tutorial☺️ Happy teachers day! Thank you for your guidance!☺️ I am blessed to watching your videos and gaining my Automation Testing knowledge☺️ Your videos are very conceptually and easily understanding..!
Orhan I believe I am yet to do that If you have followed this tutorial and done the basic setup, you should be able to continue with my other REST Assured tutorials here - automationstepbystep.com/
Just a separate ;note, the word is spelled 'you', not 'u'. I reccomend not using 'u' in any professional context. This is only for texting between friends. This spelling is not accepted in the business world.
HI sir do u have continuation video on restassured intellij both intellij and eclipse code is same if i watch your restassured eclipse can i do same in intellij idea
@@RaghavPal Thank you soo much for replying If possible you can make a video on this which tool is better and which framework is better to go with user role based angular application
@@RaghavPal We used Rest Api's microservices for which we had already done Automation but for UI mainly we are searching for the right tool which can handle MFA as well as Angular codes
Antara The error "unable to find valid certification path to requested target" typically occurs when Rest Assured is trying to make an HTTPS call, but the SSL certificate of the server you're trying to reach isn't trusted by the Java environment you're running your tests in. Here are a few steps you can take to resolve this issue: 1. Import the Certificate: Make sure that the server's SSL certificate is imported into the Java Keystore that your Java environment is using. You can use the `keytool` command to import the certificate. 2. TrustStore Configuration: Configure Rest Assured to use a TrustStore that includes the server's certificate. Here's an example of how you might configure the TrustStore in your code: ```java RestAssured.config = RestAssured.config().sslConfig(SSLConfig.sslConfig().trustStore("path_to_truststore", "truststore_password")); ``` 3. Relaxed HTTPS Validation: If you're in a testing environment and you understand the risks, you can bypass the certificate validation by using relaxed HTTPS validation. However, be aware that this is not recommended for production environments as it makes the connection vulnerable to man-in-the-middle attacks. Here's how you can enable it: ```java given().relaxedHTTPSValidation().when().get("your_endpoint"); ``` 4. Update Rest Assured: Ensure you're using the latest version of Rest Assured, as there may be fixes or improvements related to SSL handling. 5. Custom SSLContext: If you have a more complex scenario, such as needing to use a client certificate, you may need to create a custom `SSLContext` and configure Rest Assured to use it. Remember to replace `"path_to_truststore"` and `"truststore_password"` with the actual path to your TrustStore file and its password. If you're not sure how to perform these steps, you might need to consult with your IT department or the documentation for the server you're trying to reach to obtain the correct certificate and instructions for importing it.
Hi Raghav, i have started working API Automation by using intellij idea but it was existing project. Iam didn't create new project, in that project was showing the some errors. Which are showing the name with red under line like ( pom.xml emdsapi-automation) in the all names, and related the links also, i have also tried the run the test cases so not working also, can you please help me for that
I receive following error when running tests java: error: release version 5 not supported Module rv-restassured-youtube SDK 17 does not support source version 1.5. Possible solutions: - Downgrade Project SDK in settings to 1.5 or compatible. Open project settings. - Upgrade language version in Maven build file to 17. Update pom.xml and reload the project.
Razvan For Understanding the Error: - This error indicates a mismatch between the Java version your project is configured to use (version 5) and the minimum version required by the `rv-restassured-youtube` module (SDK 17). - You'll need to align these versions for compatibility. Recommended Solution: Upgrade Language Version 1. Update pom.xml: - Open your project's `pom.xml` file. - Locate the `properties` section or create it if it doesn't exist. - Add or update the `maven.compiler.source` and `maven.compiler.target` properties to 17: ```xml 17 17 ``` 2. Reload Project: - Right-click on your project in the Project View and select "Maven" -> "Reload Project." Alternative Solution (Not Recommended): Downgrade Project SDK: - Navigate to "File" -> "Project Structure" (or press Ctrl+Alt+Shift+S). - Select "Project" and choose an appropriate JDK version compatible with source version 1.5 (if available). - Rebuild your project. Important Considerations: - Downgrading the Project SDK is generally not recommended as it might limit your ability to use newer language features and libraries. - Ensure you have Java 17 installed on your system if you choose to upgrade the language version. - Verify compatibility of other dependencies in your project with Java 17. - Re-run your tests after making the changes to confirm the error is resolved. Additional Tips: - If you encounter issues, try cleaning and rebuilding your project using Maven: - Open the Maven tool window (View -> Tool Windows -> Maven). - Click the "Lifecycle" tab and execute the "clean" and "install" phases. - Consider using a version control system like Git to track changes and revert if necessary.
Bingo ! You are real champ. Exactly you know where all qa engineers really need help! No one is giving better detail explanation what you are giving in under 30 minutes. Thanks a lot for giving real time experience. Thanks a lot Raghav.
Hi Julius, most welcome
That's true brother he gives the best explanation for any new person to learn others i hve observed wil tell you the ingredients but won't share the recipe
perfect sr i implemented perfectly everything in my current project at work and i loved the final result with this improvement thanks greetings from mexico :D
Great 👍
very good video, my confidence boosted like anything. You deserve 1M subscribers. Thank You.
Most welcome
Really great Raghav. Thank you so much for the quick restAssured Video.
Most welcome Aparupa
Thank you, sessions are easy to follow.
Glad you like them Sadakar
Good Teaching Happy Teaching.
Very much useful
Thanks sir
Most welcome Nishkarsh
Thank you for the tutorial and your guidance. we are all blessed to watch your videos and gain my Automation Testing knowledge, Just one request could you please upload one end-to-end selenium project with all utilities.
Hi Swati, I will do, can find some similar videos here - automationstepbystep.com/
Great tutorial, Thanks!
Most welcome Jorge
Thank you, Raghav! This is really helpful
Most welcome
Thanks bro, you are the best.
Glad it helped Juan
Happy Teacher's day to my best teacher. 😊
Thanks a lot Asif
Thank you so much! Amaizing explanation!
You're very welcome!
Thank you for the tutorial☺️ Happy teachers day!
Thank you for your guidance!☺️ I am blessed to watching your videos and gaining my Automation Testing knowledge☺️ Your videos are very conceptually and easily understanding..!
You are so welcome Mukesh
Really very nice session, I can't listen to recorded videos, but your explanation is just brilliant.
Thanks Shetty
@@RaghavPal Hi , Do you have any course/playlists for this Rest Assured on IntelliJ IDEA, I mean full course :), Please do let me know. Thank You🙂
well explained. Thanks a ton
Most welcome
Pls continue this series using post method. And thanks for the video very useful
Most welcome
Thanks champ
Most welcome
Hi Raghav thanks for the informative video, which video is the "comming session" you mention at the end?
Orhan
I believe I am yet to do that
If you have followed this tutorial and done the basic setup, you should be able to continue with my other REST Assured tutorials here - automationstepbystep.com/
Excelent! Thanks very much.
Most welcome
Thank you sooo much.!!
Most welcome
perfect, whats the program you use to make red rectangles? please
I use annotation tools on mac
Brilliant stuff, thank you! Could you show intellij with gradle for rest assured please?
I will plan
Excellent video
Thanks Om
Thank You
You're welcome
Sir will u continue this series ?
Yes
Just a separate ;note, the word is spelled 'you', not 'u'. I reccomend not using 'u' in any professional context. This is only for texting between friends. This spelling is not accepted in the business world.
To the point 👉 👈
Thanks Mukul
Hi Raghav,
Are you using virtual box to run windows from your mac? If so, please create a tutorial on this if feasible.
Yes Imran, sure, I will plan
Nicely done --
btw -- "You should be having" can be replaced with "You should have".
Thanks for the feedback
Thank you so much
Most welcome Prasanna
Nice one
Thanks Tulasi
HI sir
do u have continuation video on restassured intellij
both intellij and eclipse code is same
if i watch your restassured eclipse can i do same in intellij idea
Hi Sravanthi, yes, you can
Please do rest assured api automation with bdd and groovy using gradle
I will check and plan Sushma
Which is the best automation to choose for User roll based Angular application having Microsoft authentication for logging in please high priority
I will need to confirm on this
@@RaghavPal
Thank you soo much for replying
If possible you can make a video on this which tool is better and which framework is better to go with user role based angular application
@@RaghavPal
We used Rest Api's microservices for which we had already done Automation but for UI mainly we are searching for the right tool which can handle MFA as well as Angular codes
I will need to check on this
@Raghav can you please make a video or share how to automate and validate 1000 approx response body
I will plan
@@RaghavPal Thanks Sir
Raghav part 2 pls ?
Hi Prithvi, on IntelliJ, this is the only part, For Rest Assured you can check my videos here - automationstepbystep.com/
@@RaghavPal sure sure thank u
Hi Naveen , i am getting this error can you please help me with this
unable to find valid certification path to requested target
Antara
The error "unable to find valid certification path to requested target" typically occurs when Rest Assured is trying to make an HTTPS call, but the SSL certificate of the server you're trying to reach isn't trusted by the Java environment you're running your tests in.
Here are a few steps you can take to resolve this issue:
1. Import the Certificate: Make sure that the server's SSL certificate is imported into the Java Keystore that your Java environment is using. You can use the `keytool` command to import the certificate.
2. TrustStore Configuration: Configure Rest Assured to use a TrustStore that includes the server's certificate. Here's an example of how you might configure the TrustStore in your code:
```java
RestAssured.config = RestAssured.config().sslConfig(SSLConfig.sslConfig().trustStore("path_to_truststore", "truststore_password"));
```
3. Relaxed HTTPS Validation: If you're in a testing environment and you understand the risks, you can bypass the certificate validation by using relaxed HTTPS validation. However, be aware that this is not recommended for production environments as it makes the connection vulnerable to man-in-the-middle attacks. Here's how you can enable it:
```java
given().relaxedHTTPSValidation().when().get("your_endpoint");
```
4. Update Rest Assured: Ensure you're using the latest version of Rest Assured, as there may be fixes or improvements related to SSL handling.
5. Custom SSLContext: If you have a more complex scenario, such as needing to use a client certificate, you may need to create a custom `SSLContext` and configure Rest Assured to use it.
Remember to replace `"path_to_truststore"` and `"truststore_password"` with the actual path to your TrustStore file and its password. If you're not sure how to perform these steps, you might need to consult with your IT department or the documentation for the server you're trying to reach to obtain the correct certificate and instructions for importing it.
Sir...a big humble request.
PLEASE DO ONE VIDEO ON "Jenkinsfile".
Which contains everything for jenkinsfile.
Hi Siva, can check this th-cam.com/play/PLhW3qG5bs-L-kTNPSypUr0nULgpNeYDL0.html
hi sir when can we expect continuation video
As soon as possible Sravanthi
Sir what should be our next steps
Hi Mukul, can try some API tests, can also do data driven testing
Hi Raghav, i have started working API Automation by using intellij idea but it was existing project. Iam didn't create new project, in that project was showing the some errors. Which are showing the name with red under line like ( pom.xml emdsapi-automation) in the all names, and related the links also, i have also tried the run the test cases so not working also, can you please help me for that
Hi Hari, what is the error message, have you imported any project
@@RaghavPal yes I have imported the project.
Okay, in case you can send me the exact message you are getting, I can check more, You can also refer some online examples
I have lil advanced work on the Api which im not understanding… need help
Hi Jyoti, You can check if any of my tutorials helps you here - automationstepbystep.com/
Is it possible to automate Google cloud platform using cypress?
hi Eliza, Cypress can handle UI and API, so if that is the need you can do it
Hello sir mai android studio download kara hai but gradle problem aa rahi hai plz sir help karr
Hi Shivpoojan, will need to see the error details
@@RaghavPal lekin sir Mai kaise Kya karu batna
I will need details where exactly you need help
nice :)
Thanks for watching Sid
I receive following error when running tests
java: error: release version 5 not supported
Module rv-restassured-youtube SDK 17 does not support source version 1.5.
Possible solutions:
- Downgrade Project SDK in settings to 1.5 or compatible. Open project settings.
- Upgrade language version in Maven build file to 17. Update pom.xml and reload the project.
Razvan
For Understanding the Error:
- This error indicates a mismatch between the Java version your project is configured to use (version 5) and the minimum version required by the `rv-restassured-youtube` module (SDK 17).
- You'll need to align these versions for compatibility.
Recommended Solution: Upgrade Language Version
1. Update pom.xml:
- Open your project's `pom.xml` file.
- Locate the `properties` section or create it if it doesn't exist.
- Add or update the `maven.compiler.source` and `maven.compiler.target` properties to 17:
```xml
17
17
```
2. Reload Project:
- Right-click on your project in the Project View and select "Maven" -> "Reload Project."
Alternative Solution (Not Recommended):
Downgrade Project SDK:
- Navigate to "File" -> "Project Structure" (or press Ctrl+Alt+Shift+S).
- Select "Project" and choose an appropriate JDK version compatible with source version 1.5 (if available).
- Rebuild your project.
Important Considerations:
- Downgrading the Project SDK is generally not recommended as it might limit your ability to use newer language features and libraries.
- Ensure you have Java 17 installed on your system if you choose to upgrade the language version.
- Verify compatibility of other dependencies in your project with Java 17.
- Re-run your tests after making the changes to confirm the error is resolved.
Additional Tips:
- If you encounter issues, try cleaning and rebuilding your project using Maven:
- Open the Maven tool window (View -> Tool Windows -> Maven).
- Click the "Lifecycle" tab and execute the "clean" and "install" phases.
- Consider using a version control system like Git to track changes and revert if necessary.
How to add External Library to Project
which project, it can vary with technology and platform
Getting an error dependency not found
Hi Yogesh, check the prerequisite videos mentioned in this session
Dependency 'org.testng:testng:7.4.0' not found. Getting an error
Pls check if testng plugin and lib are added
Thank you very much. This video really helped me!
You're most welcome Emre