QASCRIPT
QASCRIPT
  • Видео 460
  • Просмотров 2 406 832
Tosca Realtime Interview Question #7: What issues did you face while using DEX with AOS?
Detailed guide on how to answer the interview question on what issues did you face while using DEX with AOS.
Tip: Mention about the most challenging issue which you faced and how did you resolve it?
Sample issue: Unable to execute Automation objects. Exception occurred.
Include the below ways to debug and fix the issue:
- Check License on Agent Machine
- Check Test case have valid steps & values
- Check Tosca version in Server and Agent
- Check for classic steps in Test Case
- Check workspace is not corrupted
-----------------------------------------------------------------------------------------------------------------------------------------------
Online Training Courses:
Tricentis Tosca - www.q...
Просмотров: 132

Видео

Appium Tutorial | Mobile Automation Testing | Get & Set Device GeoLocation |
Просмотров 6312 часов назад
Step-by-step guide on how to automate getting or setting the geolocation of a device using appium methods Set Location: Set the current geo location Get Location: Get the current geo location driver.setLocation(new Location(49, 123, 10)); Location location = driver.location(); GitHub Project - github.com/qascript20/appium-automation-framework.git Appium Documentation: appium.readthedocs.io/en/l...
Tosca Realtime Interview Question #6: How to install Tosca Browser Extension without downloading it?
Просмотров 319День назад
Detailed guide on how to answer the interview question on how to install browser extension without downloading it from the browser. Tip: Mention about all the different options available to install Tosca Extension on the browser without downloading it. Points to include in your answer: - Add extension via developer mode - Add extension via TBox Start Program - Self host the extension on Server ...
Appium Tutorial | Mobile Automation Testing | Change Screen Orientation | Portrait | Landscape Mode
Просмотров 15214 дней назад
Step-by-step guide on how to automate changing the screen orientation of the device from portrait to landscape mode Set Orientation: Set the current device orientation driver.rotate(ScreenOrientation.LANDSCAPE); driver.rotate(ScreenOrientation.POTRAIT); GitHub Project - github.com/qascript20/appium-automation-framework.git Appium Documentation: appium.readthedocs.io/en/latest/en/commands/device...
Appium Tutorial | Mobile Automation Testing | Capture Screenshot on Failure | Save As Image|
Просмотров 8714 дней назад
Step-by-step guide on how to automate capturing a screenshot in Android when the test fails and save it as an image file. GitHub Project - github.com/qascript20/appium-automation-framework.git Appium Documentation: appium.readthedocs.io/en/latest/en/commands/device/network/send-sms/ Online Training Courses: Tricentis Tosca - www.qascript.com/courses/Tricentis-Tosca-Online-Course-from-QAScript-6...
Appium Tutorial | Mobile Automation | Manage iOS Apps | InstallApp | RemoveApp| IsAppInstalled
Просмотров 11728 дней назад
Step-by-step guide on how to manage iOS Apps using Appium commands for Installing, Removing Apps or check if Apps is already installed DesiredCapabilities dc = new DesiredCapabilities(); dc.setCapability("platformName","IOS"); dc.setCapability("appium:automationName","XCUITest"); dc.setCapability("appium:deviceName","iPhone 15 Pro"); Appium Commands: - InstallApp: Installs the given app on the ...
Appium Tutorial | Mobile Automation Testing | Handle Alert Windows | iOS Application | SwitchTo |
Просмотров 216Месяц назад
Step-by-step guide on how to handle different types of alert windows in iOS Mobile Application by using the switchTo Alert Window method. DesiredCapabilities dc = new DesiredCapabilities(); dc.setCapability("platformName","IOS"); dc.setCapability("appium:automationName","XCUITest"); dc.setCapability("appium:app",System.getProperty("user.dir") "/apps/UIKitCatalog.app"); dc.setCapability("appium:...
Tosca Realtime Interview Question #5: What were your roles & responsibilities in Automation Project?
Просмотров 733Месяц назад
Detailed guide on how to answer the interview question on what were your roles and responsibilities in the automation project which was using Tosca. Tip: Mention about your overall experience and demonstrate your expertise in using Tosca for test automation Points to include in your answer: - Brief Overview - Specific Tasks - Tosca Experience - Team Collaboration - Training & Support Online Tra...
Appium Tutorial | Mobile Automation Testing | Send SMS Message | Android Emulator |
Просмотров 184Месяц назад
Step-by-step guide on how to automate sending a SMS message on Android Emulator Device. Capabilities: { "platformName": "Android" "appium:automationName": "uiautomator2" "appium:appPackage":"com.google.android.apps.messaging" "appium:appActivity":".ui.ConversationListActivity" } GitHub Project - github.com/qascript20/appium-automation-framework.git Appium Documentation: appium.readthedocs.io/en...
Appium Tutorial | Mobile Automation Testing | Web Testing with Safari | iOS Simulator |
Просмотров 217Месяц назад
Step-by-step guide on how to test web applications on iOS Simulator with Safari. { "platformName": "IOS", "appium:automationName": "XCUITest", "browserName": "Safari" "appium:deviceName": "iPhone 15 Pro", } GitHub Project - github.com/qascript20/appium-automation-framework.git Online Training Courses: Tricentis Tosca - www.qascript.com/courses/Tricentis-Tosca-Online-Course-from-QAScript-6331d90...
Appium Tutorial | Mobile Automation Testing | Fix Synchronization Issues | Use Explicit Wait |
Просмотров 169Месяц назад
Step-by-step guide on how to fix synchronization issues while testing a built-in Android app by using Explicit Wait method and conditional statements Capabilities: { "platformName": "Android" "appium:automationName": "uiautomator2" "appium:appPackage": "com.android.settings" "appium:appActivity": ".Settings" } GitHub Project - github.com/qascript20/appium-automation-framework.git Online Trainin...
Tosca Realtime Interview Question #4: How do you design your Test Cases in Tosca?
Просмотров 709Месяц назад
Detailed guide on how to answer the interview question on how do you design your test cases in Tosca and what design techniques do you use and how. Tip: Mention about the various options available in Test Case Design section which could be useful Points to include in your answer: - Attributes & Instances - Business Relevance - Instance Character & Position - Combinatorial Methods - Classes Onli...
Appium Tutorial | Mobile Automation Testing | Test Built-In Android App | Flight Mode Settings |
Просмотров 374Месяц назад
Step-by-step guide on how to test a built-in Android app like turning on the Flight Mode in Settings Capabilities: { "platformName": "Android" "appium:automationName": "uiautomator2" "appium:appPackage": "com.android.settings" "appium:appActivity": ".Settings" } GitHub Project - github.com/qascript20/appium-automation-framework.git Online Training Courses: Tricentis Tosca - www.qascript.com/cou...
Tosca RealTime Interview Question #3: What are the different types of errors encountered in Tosca?
Просмотров 768Месяц назад
Detailed guide on how to answer the interview question on what are the different types of errors which you encounter and how do you handle them in Tosca. Tip: Mention about the various types of errors and the procedures to handle them which are available in Tosca Types of Errors: - Dialog Failure - Verification Failure - Exceptions Procedure to Handle Errors: - Continue with next step - Halt th...
Tosca Realtime Interview Question #2: What are the major challenges you faced while using Tosca?
Просмотров 1,3 тыс.Месяц назад
Detailed guide on how to answer the interview question on what are the major challenges which you have faced while using Tosca and how did you resolve them. Tip: Mention at least five major challenges you have faced and how you overcome those challenges Points to include in your answer: 1. Object Identification 2. Execution Time 3. High Maintenance 4. Frequent Failures 5. Performance Issues Onl...
Appium Tutorial | Mobile Automation Testing | Run iOS Test in Appium | iOS Mobile App Testing |
Просмотров 438Месяц назад
Appium Tutorial | Mobile Automation Testing | Run iOS Test in Appium | iOS Mobile App Testing |
Tosca Realtime Interview Question #1: How do you automate your test cases in Tosca?
Просмотров 1,8 тыс.Месяц назад
Tosca Realtime Interview Question #1: How do you automate your test cases in Tosca?
Appium Tutorial | Mobile Automation Testing | Appium iOS Setup | iOS Device Simulators | Sample App
Просмотров 4642 месяца назад
Appium Tutorial | Mobile Automation Testing | Appium iOS Setup | iOS Device Simulators | Sample App
Appium Tutorial | Mobile Automation Testing | Appium Locators | Search Mobile Elements |
Просмотров 2742 месяца назад
Appium Tutorial | Mobile Automation Testing | Appium Locators | Search Mobile Elements |
Appium Tutorial | Mobile Automation Testing | First Android Test | TestNG | Inspect Mobile Element |
Просмотров 6572 месяца назад
Appium Tutorial | Mobile Automation Testing | First Android Test | TestNG | Inspect Mobile Element |
Appium Tutorial | Mobile Automation Testing | Appium Capabilities | Appium Session | Inspect Element
Просмотров 4332 месяца назад
Appium Tutorial | Mobile Automation Testing | Appium Capabilities | Appium Session | Inspect Element
Appium Tutorial | Mobile Automation Testing | Appium Setup on MacOS | Install Java on MacOS |
Просмотров 1,1 тыс.2 месяца назад
Appium Tutorial | Mobile Automation Testing | Appium Setup on MacOS | Install Java on MacOS |
Appium Tutorial | Mobile Automation Testing | Build Appium Project with Java, TestNG & IntellijIdea|
Просмотров 6492 месяца назад
Appium Tutorial | Mobile Automation Testing | Build Appium Project with Java, TestNG & IntellijIdea|
Appium Tutorial | Mobile Automation Testing | Setup Appium Inspector | Capabilities | Session
Просмотров 4682 месяца назад
Appium Tutorial | Mobile Automation Testing | Setup Appium Inspector | Capabilities | Session
Appium Tutorial | Mobile Automation Testing | Setup Appium Desktop | Appium Server GUI |
Просмотров 6312 месяца назад
Appium Tutorial | Mobile Automation Testing | Setup Appium Desktop | Appium Server GUI |
Appium Tutorial | Mobile Automation Testing | Setup Appium Doctor | Check Android Configuration |
Просмотров 5662 месяца назад
Appium Tutorial | Mobile Automation Testing | Setup Appium Doctor | Check Android Configuration |
Appium Tutorial | Mobile Automation Testing | Setup Appium on Windows | NodeJS | Appium Driver |
Просмотров 7932 месяца назад
Appium Tutorial | Mobile Automation Testing | Setup Appium on Windows | NodeJS | Appium Driver |
Appium Tutorial | Mobile Automation Testing | Setup Android Emulator | Setup Android Studio |
Просмотров 1,6 тыс.2 месяца назад
Appium Tutorial | Mobile Automation Testing | Setup Android Emulator | Setup Android Studio |
Appium Tutorial | Mobile Automation Testing | What is Appium | Architecture | Components |
Просмотров 6543 месяца назад
Appium Tutorial | Mobile Automation Testing | What is Appium | Architecture | Components |
SAP GUI Automation |Tosca 2023.2 | Lesson 5 - Navigate SAP TreeView | SAP Engine | SAP Menu |
Просмотров 3893 месяца назад
SAP GUI Automation |Tosca 2023.2 | Lesson 5 - Navigate SAP TreeView | SAP Engine | SAP Menu |

Комментарии

  • @mallikaguntha6499
    @mallikaguntha6499 7 часов назад

    very informative.... please make more of such videos....your explaination will be very good... even a person with no knowledge would be able to grasp so much from your videos

  • @sowmyaaella8203
    @sowmyaaella8203 День назад

    Please do continue this sessions very helpfull

  • @reconsulting90
    @reconsulting90 4 дня назад

    u should number the videos in playlist, so it become easier to note where we are as a viewer and so on

  • @utkarshpawar777
    @utkarshpawar777 4 дня назад

    Awesome. Need more videos like this. Please keep updating

    • @QASCRIPT
      @QASCRIPT 4 дня назад

      Thank you! Will do!

  • @kaushikbasu5344
    @kaushikbasu5344 8 дней назад

    But why will someone create test sheet , instances, attributes? Whats the use in the project??

    • @QASCRIPT
      @QASCRIPT 7 дней назад

      To generate test cases with different combination of data sets

  • @민민min
    @민민min 8 дней назад

    Can we use the inner text function to identify it instead?

  • @manishaunak9459
    @manishaunak9459 9 дней назад

    good video, my doubts are cleared now, thanks bhai

    • @QASCRIPT
      @QASCRIPT 8 дней назад

      Glad to hear that

  • @surya.raja20
    @surya.raja20 10 дней назад

    Thank you so much. I used this technique in one of my scenarios It saves my time very much..... Thanks keep posting these kinds of useful videos.😊

    • @QASCRIPT
      @QASCRIPT 10 дней назад

      Glad it helped!

  • @varshaingle6179
    @varshaingle6179 10 дней назад

    how to add company logo in execution list or in exploratory testing report how to edit logo

    • @QASCRIPT
      @QASCRIPT 10 дней назад

      You can do it in Report Designer

  • @pradyushkumarsatapathy
    @pradyushkumarsatapathy 12 дней назад

    How to recover back files which were deleted using Tbox Delete File

    • @QASCRIPT
      @QASCRIPT 10 дней назад

      You cannot do it using Tosca

  • @WORLDOFGANGSTER
    @WORLDOFGANGSTER 13 дней назад

    Please continue this series

    • @QASCRIPT
      @QASCRIPT 12 дней назад

      Sure. Will do

  • @reddynavya3066
    @reddynavya3066 13 дней назад

    Hi I am unable to open the obstacle website can you please help me?

    • @QASCRIPT
      @QASCRIPT 12 дней назад

      Sorry. But this website is managed by Tricentis and they have stopped it now.

  • @dgstest
    @dgstest 14 дней назад

    What should we do in case of dynamic order id verification?

    • @QASCRIPT
      @QASCRIPT 10 дней назад

      Use Regular Expressions

  • @abhijeetm9532
    @abhijeetm9532 15 дней назад

    Thanks Very much. Its helpful...definately

    • @QASCRIPT
      @QASCRIPT 15 дней назад

      Glad to hear that

  • @parichitjoshi188
    @parichitjoshi188 15 дней назад

    SAP Logon Credentials is not generated after clicking on "Request SAP Credentials" button. How much time it will take to generate logon credentials?

  • @suyeshapatil3272
    @suyeshapatil3272 16 дней назад

    Great example ! This was really helpful to understand.

    • @QASCRIPT
      @QASCRIPT 15 дней назад

      Glad you enjoyed it!

  • @FusionWithAashi
    @FusionWithAashi 18 дней назад

    C:\Users\Aashi>npm i -g appium npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated rimraf@2.4.5: Rimraf versions prior to v4 are no longer supported npm warn deprecated glob@6.0.4: Glob versions prior to v9 are no longer supported how to resolve this node version is v22.1.0 npm version is v10.7.0

    • @QASCRIPT
      @QASCRIPT 16 дней назад

      What is the issue? I can only see deprecated warnings. Have you tried running Appium Server?

  • @luzansi-m3y
    @luzansi-m3y 18 дней назад

    I've found the problem, it's because the scope is wrong, the correct one is to use space as separator, I used comma

    • @lalateume4364
      @lalateume4364 13 дней назад

      Can you help me , I have a project and the deadline after 10 days , I have to use POSTMAN tool to test, is using X API easy or there is problems I will face? I need something fast and easy to do🥲

    • @QASCRIPT
      @QASCRIPT 12 дней назад

      Good to know

    • @QASCRIPT
      @QASCRIPT 12 дней назад

      It is not very difficult with Postman. You only need to work out the OAuth Authentication for X API

  • @dilipsunar99
    @dilipsunar99 19 дней назад

    I'm not seeing different columns for different instances I create. How do I get to see those?

    • @QASCRIPT
      @QASCRIPT 19 дней назад

      You should create instances for the Test Sheet

  • @MohamedSufyan-i3t
    @MohamedSufyan-i3t 19 дней назад

    You performed different Tbox operations like image compare, file compare, create file and compare file but one dout i have how did u create modules for all these u just copied modules but how did u create it?? can u pls help me understand this its very important for me.

    • @QASCRIPT
      @QASCRIPT 19 дней назад

      You can search for the TBox modules and add them to your test case

  • @luzansi-m3y
    @luzansi-m3y 19 дней назад

    I am accessing oauth2 authorization with a jump to the user login page, but when I log in to my Twitter account it doesn't go to the authorization authentication, it goes straight to the Twitter home page, is something wrong?

  • @emotionalatyachaar_
    @emotionalatyachaar_ 20 дней назад

    Thanks this obstacles solution, It is very helpful ❤ . And also these obstacles course are not accessible now , can you tell or make a video how we can access this course. Thanks again!!

    • @QASCRIPT
      @QASCRIPT 19 дней назад

      Unfortunately, there is no way to access the website as it has been stopped

  • @natalisulcer974
    @natalisulcer974 23 дня назад

    Thank you , your video very helpful

    • @QASCRIPT
      @QASCRIPT 22 дня назад

      Glad it was helpful

  • @HemaManikanta-o5g
    @HemaManikanta-o5g 24 дня назад

    What error we will get in tosca if an application crashes?

    • @QASCRIPT
      @QASCRIPT 22 дня назад

      Tosca will throw an exception

  • @venkateshposhanapelli206
    @venkateshposhanapelli206 25 дней назад

    Only 5 lessons on Sap...we need more sir..when will we expect remaining lessons

    • @QASCRIPT
      @QASCRIPT 22 дня назад

      Sure. Will try to upload soon

  • @navyahegde4820
    @navyahegde4820 25 дней назад

    This was really helpful

  • @nithyashriramesh837
    @nithyashriramesh837 27 дней назад

    Hi Sir, can I get your contact details

    • @QASCRIPT
      @QASCRIPT 26 дней назад

      You can find it in the video description

  • @tejalshah30
    @tejalshah30 28 дней назад

    These are awesome Tutorial sessions. thanks! Does someone know how to get some hands-on training and obtain a certificate on TOSCA?

    • @QASCRIPT
      @QASCRIPT 26 дней назад

      Thanks. Please check our courses on www.qascript.com

  • @mmadhu7859
    @mmadhu7859 29 дней назад

    Sir can you please help with the question: what could be the reason if test case is getting passed in execution list and failing at scratch book?

    • @QASCRIPT
      @QASCRIPT 28 дней назад

      Do you mean test case passes in execution list and fails at scratchbook?

    • @mmadhu7859
      @mmadhu7859 28 дней назад

      @@QASCRIPT yes

    • @QASCRIPT
      @QASCRIPT 26 дней назад

      One of the reason could be the associated module for the test step were removed or replaced in the execution list

  • @ilyasbaizhumartov3305
    @ilyasbaizhumartov3305 29 дней назад

    Thank you sooo much for this video!

    • @QASCRIPT
      @QASCRIPT 29 дней назад

      Glad it was helpful!

  • @vvvhggh
    @vvvhggh 29 дней назад

    Thanks for the video

    • @QASCRIPT
      @QASCRIPT 29 дней назад

      Our pleasure!

  • @arthyiyer7663
    @arthyiyer7663 Месяц назад

    Hello sir, do you have the URI for coffee shop swagger document. ? How to connect with you for questions?

    • @QASCRIPT
      @QASCRIPT 29 дней назад

      webservice.toscacloud.com/api/ui/index.html?urls.primaryName=Tricentis%20Training%20CoffeeShop

  • @AyyAppA_009
    @AyyAppA_009 Месяц назад

    Thank you

    • @QASCRIPT
      @QASCRIPT Месяц назад

      You're welcome

  • @luckydev2293
    @luckydev2293 Месяц назад

    Thanks for the video

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Our pleasure!

  • @GeethuReddy123
    @GeethuReddy123 Месяц назад

    Hi , can we commit our tosca scripts to git ???

  • @jaiprakashbagadiya359
    @jaiprakashbagadiya359 Месяц назад

    how to handle merging of multiple branches and changes and what if one of the merge breaks things ? how to handle that case

    • @QASCRIPT
      @QASCRIPT Месяц назад

      It is very similar to how you manage development branches. You have to resolve conflicts errors during merge

  • @vamsikone662
    @vamsikone662 Месяц назад

    Sir you are wonderful whenever I stuck at something during the creating test case on Tosca you helped me alot through this channel 🎉😢😊

    • @QASCRIPT
      @QASCRIPT Месяц назад

      So glad to hear that. Thanks for sharing your feedback

  • @cho-of8wp
    @cho-of8wp Месяц назад

    undetectable ai’s paraphrasing tool is much better

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Thanks for sharing your feedback

  • @kiran5466
    @kiran5466 Месяц назад

    Sir Please do more videos like this, they are very informative.

  • @puspanjalikhora9807
    @puspanjalikhora9807 Месяц назад

    Thank you very much nice explanation, i wish you luck that it would reaches millions of subscriber. 💌💌

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Wow, thank you

  • @moshamora95
    @moshamora95 Месяц назад

    Any way to make the condition automatically changed, instead of dragging and drop to set the condition?

    • @QASCRIPT
      @QASCRIPT Месяц назад

      No. I don't think it is possible.

    • @moshamora95
      @moshamora95 Месяц назад

      @@QASCRIPT okay got it , thanks for the reply

  • @AyyAppA_009
    @AyyAppA_009 Месяц назад

    Thanks

  • @anilreddy3475
    @anilreddy3475 Месяц назад

    Great explanation

  • @vijinambiyar
    @vijinambiyar Месяц назад

    Nothing is working now adays . Not getting job , nor a stable and good salary , they are looking for people who can fit in there toxic environment

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Understand your frustration but you have to keep trying as there is no easy way around this

  • @abhijeetm9532
    @abhijeetm9532 Месяц назад

    Its very helpful...

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Glad to hear that

  • @mohit2942
    @mohit2942 Месяц назад

    Thank you so much

    • @QASCRIPT
      @QASCRIPT Месяц назад

      You're most welcome

  • @user-rk8oz5ny4o
    @user-rk8oz5ny4o Месяц назад

    Love your lesson

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Thank you so much

  • @senalariyarathna4827
    @senalariyarathna4827 Месяц назад

    can you upload your GitHub repository

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Sure. Will do

  • @deboparnanandi
    @deboparnanandi Месяц назад

    Thanks for the video

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Our pleasure!

  • @AyyAppA_009
    @AyyAppA_009 Месяц назад

    Thanks., I heard that we can achieve that using some plugin in appium2.0 instead of webdriver wait mechanism

    • @QASCRIPT
      @QASCRIPT Месяц назад

      Please share the plugin name

    • @AyyAppA_009
      @AyyAppA_009 Месяц назад

      @@QASCRIPT appium-wait-plugin from appium2.0