if singleton pattern used how you can achieve parallel execution?
@Eswar-s3h Жыл бұрын
HI, How do you find the header logo and flight icon locators ..want to launch the app in iOS simulator, can I use the same launch app method ?
@ganeshmeher14777 ай бұрын
Hi, How to do parallel testing?
@akhily93652 жыл бұрын
How to Read data from Excel , Could you explain a short vedio using this frame work.
@automationwitharnab80012 жыл бұрын
I will upload the tutorial very soon.
@rohitmukherjee2565 Жыл бұрын
Sir how to connect with you, is there any paid course?
@hariprasath4090 Жыл бұрын
Hi sir , i cloned your framework and started running it after configuring all the required files/supporting configuration. But I am getting 'ExceptionInIntitializerError' Kindly provide your response how to reslove that
@automationwitharnab8001 Жыл бұрын
Can you please share the codebase with me if possible?
@hariprasath4090 Жыл бұрын
Waiting for your reply
@hariprasath4090 Жыл бұрын
@@automationwitharnab8001 is there any luck from your side?
@satishrathod-rs2dl Жыл бұрын
Hi sir, I need one help from your end. I have created an appium android automation framework using cucumber. Now currently I am using junit to execute "runnerTest". In that file I have to execute multiple feature file in different orders. Example: login, AddUser,Edit user, AddProduct, Logout. When i am trying to execute this order of files in features tags it executes in alphabetical order. Please help me to solve the issue. NOTE: I can also use testNG but i need a solution how to execute multiple feature file in different orders.
@automationwitharnab8001 Жыл бұрын
Renaming the tests so that they were alphabetically ordered did the trick, as I mentioned. Interestingly, the alphabetical ordering must be by ASCII. like 01_File1,02_File3 and 03_File2
@amitrath8582 жыл бұрын
If you could have created the classes/files and added code then it would have been more helpful. Nice work though 👍