Great video. Answers more real world questions than any of the other Tosca tutorials. And shows practical use of the software instead of flipping between the modules and test tab.
Nice Explanation. I have one doubt that, where the locators mentioned in Test case. How Automation picked UserName and Password fields to enter specified values in TC.
Thanks for video ...your way of teaching is great.. I followed same steps but when browser is not opened login step is failed again if browser is opened in new tab link will open and all steps is passed. Why?
Hi, I have followed the exact same steps and when I run The scratchbook the userid and password is entered correctly after that its not clicking on the login button. The cursor is pointer a bit right to the button. but in the report it shows successful. How do i resolve this issue?
I have scanned Shopping cart(0) and while executing the test cases i have added few products in the shopping cart(5), and asked TOSCA to click on hopping cart(5)- i am getting an error that "No matching tab was found". How can I resolve this error ? Please help
hey. When i run the test case once it runs and passes but when i run again after that it fails and says logIn failed. Do you know why? i dont change anything after first pass.
Thank you for the video. I have a question over here "How to see failed part after execution in scratchbook" as for the first time we entered other credentials and there was some error which came up in application. Thanks, Upasana
Hi sir, I am getting the below error when running the login test case: "No matching tab was found with the following properties: Title=Swag Labs" It is actually expecting me to keep that webpage open and only then it can enter the login id and password. But if the browser is closed and I try to run it, its not launching the browser -> opening the webpage and then executing the test. Please help! Thanks in advance, Tushar
@@QASCRIPT Hi sir, thanks for your valuable reply. Yes, I did add the open url module under Html and dragged and dropped it as a test step. Still it doesn’t work and I get this error.
i keep getting same error in Tosca no matter i test with many web pages. Error: No matching tab found with the following properties: Title=SwagLabs. can anyone help?
What I meant though is, should we start from the red section/ sheet to the blue section/ test cases or the other way around. Your answer is regarding the test design and instances
Can someone help me ? When I create a project and save and try to open again to continue work I got a message saying "Workspace locked by another process ... Wait on unlock (max. 2 min) ? " Does any one know how to solve ? Thx in advance
This generally happens when some background Tosca process is running like Compacting Workspace or Updating workspace. Please close out all processes and try again.
Hi, Can u please guide me, I am from non IT background and wanted to shift to the IT field is this right time to learn the tosca and shift into IT field, and how is the career in Tosca testing side please suggest me
Hi. Tosca is the perfect Automation Tool to learn for people from non technical background as it is a codeless tool. Currently it is growing as a potential automation solution for many IT companies and I feel it has good future if you want to build your career as a Tosca Automation Specialist.
Very nice explanation
Thanks for liking
Great video. Answers more real world questions than any of the other Tosca tutorials. And shows practical use of the software instead of flipping between the modules and test tab.
Glad it was helpful!
Thanks
Thank you so much sir, this helps a lot....Tosca is Future of automation
Welcome
Short but sweet explanation... Thank you so much😊
Glad it was helpful!
Thank you for the tutorial.
Glad it was helpful!
Great Video Team,
Thanks for watching
Excellent video. very helpful
Glad it was helpful!
Just wow🙏🏻
Thanks
Superb sir ji
Thanks
Great video for beginners
Thank you
thanks , and even makes sense, at 1.5 speed :)
Glad it was helpful
Nice Explanation. I have one doubt that, where the locators mentioned in Test case. How Automation picked UserName and Password fields to enter specified values in TC.
It uses the technical properties of the controls and enters the values specified in TC
Good showcase.
Thanks for the visit
Please upload more videos on tosca related to action modes,rows and columns etc🙏
Sure. Will try to upload soon
Sure
Great, helpful. thanks🙏🏻
Glad it was helpful!
Do you have more videos on TOSCA like this video. This one is really good.
More to come!
Tqq u so much grt use ❤
Thanks
Thank you so much 👍
Welcome
So helpful. Thanks a ton!!!!
Glad it was helpful
Thanks for video ...your way of teaching is great.. I followed same steps but when browser is not opened login step is failed again if browser is opened in new tab link will open and all steps is passed. Why?
When the browser is not opened, it cannot open the webpage and hence the login test fails.
Sir , Am not getting Browser dropdown when we create Test configuration on parent folder . please help me if any settings need to be done
Which Tosca version are you using?
Hi,
I have followed the exact same steps and when I run The scratchbook the userid and password is entered correctly after that its not clicking on the login button. The cursor is pointer a bit right to the button. but in the report it shows successful. How do i resolve this issue?
Maybe the element is not unique, try changing the properties
What should be the approach if the module is not available for the validation which we are looking for? Is it possible to write our own modules?
Yes. You can create your own custom module.
I have scanned Shopping cart(0) and while executing the test cases i have added few products in the shopping cart(5), and asked TOSCA to click on hopping cart(5)- i am getting an error that "No matching tab was found". How can I resolve this error ? Please help
Try to first verify if that element is displayed on the page before performing any action or try the waiton action
Hi. I want to import .tsu file but import subset tab is disabled in my tosca commander.. how to enable that? I want to import another tsu
Try to checkout the root project and check
How to generate test case reports like comparing expected result and actual result in tosca like we do in selenium using testng and html logger?
In Tosca you can use Action Mode Verify to verify actual vs expected results. Execution Lists will show the pass/fail results after execution
hey. When i run the test case once it runs and passes but when i run again after that it fails and says logIn failed. Do you know why? i dont change anything after first pass.
Check for dynamically changing elements.
very helpful for the beginner
Glad to hear that
@@QASCRIPT pls upload more videos with more scenerio which are usually asked by interviewer. thanks
Can we test any application in the same way
For ex : flipkart, myntra
Yes. You can automate any web application
Thank you so much
You're most welcome
Please upload videos on how to use loops in tosca?
Sure. Will upload it soon.
@@QASCRIPT thank you
Are you providing any training on Tosca Automation?
Not at the moment. But will contact you whenever it starts.
Can you provide handson training on real time scenarios in tosca ?
Not at the moment. Will inform you once it starts.
Thank you for the video. I have a question over here "How to see failed part after execution in scratchbook" as for the first time we entered other credentials and there was some error which came up in application.
Thanks,
Upasana
You need to add a verification step in your test case which will show up in scratchbook in case there is any failure.
Hi sir,
I am getting the below error when running the login test case:
"No matching tab was found with the following properties:
Title=Swag Labs"
It is actually expecting me to keep that webpage open and only then it can enter the login id and password. But if the browser is closed and I try to run it, its not launching the browser -> opening the webpage and then executing the test. Please help!
Thanks in advance,
Tushar
Have you added the open browser test step?. You can search for the open url module and add it as a test step with the url.
@@QASCRIPT Hi sir, thanks for your valuable reply. Yes, I did add the open url module under Html and dragged and dropped it as a test step. Still it doesn’t work and I get this error.
Try adding a configuration parameter for Browser. Also check if multiple browser tabs are opened while executing the test.
Hello sir, can you please make a video for mobile application.
Sure...Coming very soon
Hi Sir, your videos are excellent. While using TDS in Tosca,I'm getting this following error: Unexpected character encountered while parsing value:
Please send a screenshot of the error and the TDS screen to support@qascript.com
i keep getting same error in Tosca no matter i test with many web pages. Error: No matching tab found with the following properties: Title=SwagLabs. can anyone help?
Try to use regular expression in the title property - Swaglabs*
Can you provide training on Tosca Automation? Interested to join
Sure Anita. Will contact you once it starts.
@Anita - Please provide your email if you are interested in attending Tosca Training
Register for this training - www.qascript.com/courses/Tricentis-Tosca-Live-Online-Training-from-Bijan-6331d908e4b0aec7bc10a5f4
Hi there... should the process be first test case then test sheet or the other way around?
Tosca follows a design first approach, so you should create a test design sheet and then create test instances
@@QASCRIPT is there a video on how that is done?
Yes. You can follow the videos 8,9,10,11 and 12 in the Tosca playlist - ua-cam.com/video/4At7coUGDJU/v-deo.html
What I meant though is, should we start from the red section/ sheet to the blue section/ test cases or the other way around. Your answer is regarding the test design and instances
You should always start from the test design which is the red section and then move to the Test cases which is blue section.
Can someone help me ?
When I create a project and save and try to open again to continue work I got a message saying
"Workspace locked by another process ...
Wait on unlock (max. 2 min) ? "
Does any one know how to solve ?
Thx in advance
This generally happens when some background Tosca process is running like Compacting Workspace or Updating workspace. Please close out all processes and try again.
I donot find a properties tab near ??what can i do
It might be collapsed.
There will triangle shape icon on right side, after clicking properties tab will open.
Hi, Can u please guide me, I am from non IT background and wanted to shift to the IT field is this right time to learn the tosca and shift into IT field, and how is the career in Tosca testing side please suggest me
Hi. Tosca is the perfect Automation Tool to learn for people from non technical background as it is a codeless tool. Currently it is growing as a potential automation solution for many IT companies and I feel it has good future if you want to build your career as a Tosca Automation Specialist.
Online training classes..?
Yes. Contact us at support@qascript.com