testnG xml parallel execution
13:51
Пікірлер
@RobDorcas
@RobDorcas 14 күн бұрын
I really appreciate your efforts! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@TechiePraveen
@TechiePraveen 13 күн бұрын
Sure, when u want to connect?
@kalpaknandurkar2451
@kalpaknandurkar2451 27 күн бұрын
visual studio kaise download kre?
@TechiePraveen
@TechiePraveen 27 күн бұрын
Search on google you will be redirected to the official website where you can download it. No extra effort needed
@sgr7ss
@sgr7ss Ай бұрын
Nice
@TechiePraveen
@TechiePraveen Ай бұрын
Thank you 🙂
@MusayyibAhmed
@MusayyibAhmed Ай бұрын
Very clearly explained video. Thanks man!
@TechiePraveen
@TechiePraveen Ай бұрын
Welcome 🙂
@Kamleshparidwal2011
@Kamleshparidwal2011 Ай бұрын
Can you help selenium with python for date pick plz reply 🙏🙏🚩🙏🚩
@Skt915
@Skt915 Ай бұрын
Bhiya bhut shukriya apka
@TechiePraveen
@TechiePraveen Ай бұрын
Welcome 🙂
@Satisfyin41
@Satisfyin41 Ай бұрын
Mera demo folder hi nhi dikha rha hai
@TechiePraveen
@TechiePraveen Ай бұрын
Hi satish, ek baar test case run karo folder create ho jayega
@Satisfyin41
@Satisfyin41 Ай бұрын
@TechiePraveen still no folder is visible what to do
@ShivamSingh-x5i2h
@ShivamSingh-x5i2h Ай бұрын
very well explained..
@TechiePraveen
@TechiePraveen Ай бұрын
Glad you liked it!
@udupimirror2068
@udupimirror2068 Ай бұрын
sir Full window nahi dikh raha hai jmeter console ka .
@TechiePraveen
@TechiePraveen Ай бұрын
Kahan par video mein?
@shilpakamble-k4l
@shilpakamble-k4l Ай бұрын
👍
@TechiePraveen
@TechiePraveen Ай бұрын
Thank you 🙂
@shilpakamble-k4l
@shilpakamble-k4l Ай бұрын
Very nice
@TechiePraveen
@TechiePraveen Ай бұрын
Thank you 🙂
@shilpakamble-k4l
@shilpakamble-k4l Ай бұрын
Nice sir
@TechiePraveen
@TechiePraveen Ай бұрын
Thank you 🙂
@shilpakamble-k4l
@shilpakamble-k4l Ай бұрын
Very nice
@TechiePraveen
@TechiePraveen Ай бұрын
Thank you 🙂
@Poketo-sv7vx
@Poketo-sv7vx Ай бұрын
very nice explanation
@TechiePraveen
@TechiePraveen Ай бұрын
Thank you 🙂
@Poketo-sv7vx
@Poketo-sv7vx Ай бұрын
@TechiePraveen can u also explain requests...library as i have to explain this for my project on 19th
@Skt915
@Skt915 2 ай бұрын
Thank you bhaiya
@TechiePraveen
@TechiePraveen 2 ай бұрын
Welcome 🙂
@khadimkhan9775
@khadimkhan9775 2 ай бұрын
🎉excellent
@TechiePraveen
@TechiePraveen 2 ай бұрын
Thank you 🙂
@Afzal_Nature_Lover
@Afzal_Nature_Lover 2 ай бұрын
good Explanation
@TechiePraveen
@TechiePraveen 2 ай бұрын
Thank you 🙂
@suhasjagtap5927
@suhasjagtap5927 3 ай бұрын
Nice 👍👍
@TechiePraveen
@TechiePraveen 3 ай бұрын
Thank you 🙂
@mickeydp5114
@mickeydp5114 3 ай бұрын
Video pls complete
@TechiePraveen
@TechiePraveen 3 ай бұрын
Sure, soon will be starting api automation series, so please, stay tuned 🙂
@sunilbhatta1754
@sunilbhatta1754 3 ай бұрын
Please change background color into white
@TechiePraveen
@TechiePraveen 3 ай бұрын
Sure Sunil 🙂
@ajmalaslam755
@ajmalaslam755 3 ай бұрын
Sir Its easy to understand , Awesome
@TechiePraveen
@TechiePraveen 3 ай бұрын
Thank you 🙂
@kabilanrajkumar-xb1to
@kabilanrajkumar-xb1to 3 ай бұрын
why String stringresponse initially? it's showing error import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); // This widget is the root of your application. @override Widget build(BuildContext context) { return MaterialApp( debugShowCheckedModeBanner: false, home: HomePage(), ); } } String stringResponse=""; class HomePage extends StatefulWidget { @override State<HomePage> createState() => _HomePageState(); } class _HomePageState extends State<HomePage> { Future apicall() async { http.Response response; response= await http.get(Uri.parse("reqres.in/api/users/2")); if(response.statusCode == 200){ setState(() { stringResponse = response.body; }); } } @override void initState() { apicall(); super.initState(); } @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( title: Text("API Demo"), ), body: Center( child: Container( height: 200, width: 200, decoration: BoxDecoration( borderRadius: BorderRadius.circular(20),color: Colors.blue), child: const Center( child: Text(stringResponse.toString()), ), ), ), ); // This trailing comma makes auto-formatting nicer for build methods. } } lib/main.dart:58:27: Error: Not a constant expression. child: Text(stringResponse.toString()), ^^^^^^^^^^^^^^ lib/main.dart:58:42: Error: Method invocation is not a constant expression. child: Text(stringResponse.toString()), ^^^^^^^^
@vchib1
@vchib1 3 ай бұрын
Remove const keyword from Center Widget
@kabilanrajkumar-xb1to
@kabilanrajkumar-xb1to 3 ай бұрын
@@vchib1 Thank you so much
@Skt915
@Skt915 3 ай бұрын
Sir framework development
@TechiePraveen
@TechiePraveen 3 ай бұрын
Hi, video is going to upload today only but it will be taking more videos before uploading the framework. So, stay tuned
@Skt915
@Skt915 3 ай бұрын
@@TechiePraveen ok sir
@navnathmahabale
@navnathmahabale 3 ай бұрын
Sanity Testing do befire regresson testing If sanity testing fails, running regression tests would be a waste of resources because the core issue hasn't been resolved. Yes or no
@TechiePraveen
@TechiePraveen 3 ай бұрын
Hi, we should do smoke testing first to check whether the build is stable or not, then we should be moving ahead with sanity and then regression. Sanity testing covers main point/features of a release and regression testing means detailed testing.
@himanshurawat2398
@himanshurawat2398 3 ай бұрын
Thank you sir, very helpful content.
@TechiePraveen
@TechiePraveen 3 ай бұрын
Thank you 🙂
@Skt915
@Skt915 3 ай бұрын
Please upload daily 1 video if possible.
@TechiePraveen
@TechiePraveen 3 ай бұрын
Hi, sure next video will be live today at 7 pm, so stay tuned🙂
@Skt915
@Skt915 3 ай бұрын
@@TechiePraveen ok thank you sir.
@shivamsrivastava487
@shivamsrivastava487 3 ай бұрын
Can you please answer me whenever i am running my test case then cypress is taking more then 5 minutes to load and execute the webpages each time and for almost every pages
@TechiePraveen
@TechiePraveen 3 ай бұрын
Hi Shivam, thank you commenting, is that happening for all the browsers? And what about headless and headed mode?
@shivamsrivastava487
@shivamsrivastava487 3 ай бұрын
@@TechiePraveen this happen with me when i choose either chrome or edge And in headless mode it almost takes 1-2 min
@sarkar3535
@sarkar3535 3 ай бұрын
sir where is the full playlist for appium , there are only 2-3 videos ??
@TechiePraveen
@TechiePraveen 3 ай бұрын
Hi Sarkar, little busy in other projects, will try to upload all videos soon
@lakshitmalviya3249
@lakshitmalviya3249 4 ай бұрын
If date is in middle how to go both go both sides ??
@muhammadtalha9401
@muhammadtalha9401 4 ай бұрын
i created this test case. but my cypress window always open in demo test case , as it was in previous lectures, but it do not open in current test case. what's solution
@vinitmhetre-c3o
@vinitmhetre-c3o 4 ай бұрын
sir thank you so much your video is so effective
@TechiePraveen
@TechiePraveen 4 ай бұрын
Thank you 🙂
@mr.aatifkhan3213
@mr.aatifkhan3213 4 ай бұрын
Informative 🎉
@TechiePraveen
@TechiePraveen 4 ай бұрын
Thank you 🙂
@rajanigarg5352
@rajanigarg5352 4 ай бұрын
ThankYou for Information ❤
@TechiePraveen
@TechiePraveen 4 ай бұрын
Welcome 🙂
@syedsohaibaliraza3452
@syedsohaibaliraza3452 5 ай бұрын
Thanks a lot, its very helful video and to the point . great one
@TechiePraveen
@TechiePraveen 4 ай бұрын
Thank you 🙂
@arun53413
@arun53413 5 ай бұрын
Good Bro. Keep it up
@TechiePraveen
@TechiePraveen 5 ай бұрын
I will try my best. Thank you 🙂
@rohanpardeshi7252
@rohanpardeshi7252 5 ай бұрын
hello sir,,, i saw your videos its really help me out,, thank you so much
@TechiePraveen
@TechiePraveen 5 ай бұрын
Welcome Rohan 🙂
@tanushrimukherjee2762
@tanushrimukherjee2762 5 ай бұрын
I am not able to get the List , pls help me with the same, my code is - WebDriver driver=new ChromeDriver(options); driver.get(url); driver.findElement(By.name(seachBox)).sendKeys("Shoes"); Thread.sleep(5000); List<WebElement> searchSuggestion=driver.findElements(By.xpath("//li[@class='AgOexi']")); for(int i=0; i<searchSuggestion.size()-1;i++) { System.out.println(searchSuggestion.get(i).getText()); }
@SowbaranikaG
@SowbaranikaG 5 ай бұрын
Thanks a lot , by following ur teaching I made my own UI , with video and description!! Thankyou so so so much ! Great work!
@TechiePraveen
@TechiePraveen 5 ай бұрын
Welcome 🙂
@sushantamandal7320
@sushantamandal7320 6 ай бұрын
I am not able to inspect the autosuggestion box. Every time I am trying to inspect the box is disappearing. What to do in this scenarios?
@TechiePraveen
@TechiePraveen 6 ай бұрын
Hi sushant, thank you for commenting, you can check my Flipkart autosuggestion video, there i have explained how to locate these disappearing element. Thank you 🙂
@AmanSingh-uc4lp
@AmanSingh-uc4lp 6 ай бұрын
Great work the way of speaking and explaining is excellent 👍👍
@TechiePraveen
@TechiePraveen 6 ай бұрын
Thank you Aman 🙂
@naveenchandra1298
@naveenchandra1298 6 ай бұрын
Thank you so much for this lecture. It's a very nice lecture on the tkinter. It's very descriptive but the problem is sound is low and screen size is short.
@TechiePraveen
@TechiePraveen 6 ай бұрын
Thanks for commenting Naveen. I will take care for the mic and voice issue next time. And sorry for the inconvenience caused.
@dilipmevada
@dilipmevada 6 ай бұрын
Best explanation on YAML file that I have seen so far.
@TechiePraveen
@TechiePraveen 6 ай бұрын
Thank you 🙂
@DarshanBisane
@DarshanBisane 6 ай бұрын
Sir i am fallowed all steps but still safari driver is not opening. Below error is showing Error occurred during initialization of boot layer java.lang.module.FindException: Unable to derive module descriptor for C:\Users\Admin\Downloads\selenium-java-4.21.0\byte-buddy-1.14.15-sources.jar Caused by: java.lang.IllegalArgumentException: byte.buddy: Invalid module name: 'byte' is not a Java identifier
@buttheadCrane
@buttheadCrane 6 ай бұрын
english mother....er, do you speak it?!
@aadityav89
@aadityav89 7 ай бұрын
Nice 👍
@gokulchoudharyyogguru3108
@gokulchoudharyyogguru3108 7 ай бұрын
Sir client se performance testing mai kiya kiya requirment lete hai hum or client ko report mai kiya kiya send karte hai is bare mai bataiye na aap please urgently?
@TechiePraveen
@TechiePraveen 7 ай бұрын
Hi Gokul, is weekend isi par video aayegi. So, please stay tuned.
@mohammadsalman5740
@mohammadsalman5740 7 ай бұрын
After removing the window from blur part , auto suggestion screen still disappear when we are going to inspect
@TechiePraveen
@TechiePraveen 4 ай бұрын
Hi Salman, sorry for replying late, i have created separate video for the same kzbin.info/www/bejne/oaTPp2inacx5gqs
@HimanshuGilhare-ne2in
@HimanshuGilhare-ne2in 7 ай бұрын
very informative
@harshitarohilla438
@harshitarohilla438 8 ай бұрын
Can you please tell how to integerate the Google sheets to derive the data in cypress. I used the Google sheets api but it gives me node modules error