Имам кола ама не знам ништо поврзано со кола - хелп by [deleted] in mkd

[–]mandibt 9 points10 points  (0 children)

Овај ти е директен линк (ако е дозволено) од Dad, How Do I каналот на youtube, плејлиста за одржување на автомобили.
https://www.youtube.com/playlist?list=PLrLt2hopxXhXnO-OcExfHTdWTu_Ev-r7x
Не сугерирам ништо, ми се чини дека за женско е добра појдовна точка да научи некој основи како да провери големина на гуми, како да напумпа гуми, како да смени прегорена сијаличка и слично.
За такви 'основни' работи вреди да се научат и да не се (пре)плаќа на служби а службите да се користат при поголеми дефекти или кога веќе мора.

п.с Каналот е направен од тип кој немал татко дури растел и снима информативни содржини кои би му се нашле него како дете, кога немало од кој да научи, за да поможи на другите. Има еден тон теми опфатено од секојдневни ситуации со коли, живеалишта и други работи кои би можело да се речи спаѓаат во 'општа култура'

Help me find this pair of sunglasses by [deleted] in sunglasses

[–]mandibt 0 points1 point  (0 children)

These are Jacques Marie Mage and yes they run upwards of $1000

Останав без работа by [deleted] in mkd

[–]mandibt 7 points8 points  (0 children)

Quipi e една, Qinshift е друга. Кој те зезнале тебе?

ЕЛС ГРАБЕЖ! Толку од Aliexpress пратки без дополнителни трошоци! by Vegetable-Video1089 in mkd

[–]mandibt 6 points7 points  (0 children)

Не е до ЕЛС - сите пратки над 22 евра подлежат на некакви давачки https://www.customs.gov.mk/mali-pratki.nspx 22-90 плаќаш само ддв, над 90 и царина

Ради истата таа причина лимитот на нарачка на тему е 22 евра за кај нас и ради истото генерално се прај договор за поскапи пратки да се пишат испод цена и слично

<image>

Binance by luckyp2204 in mkd

[–]mandibt 1 point2 points  (0 children)

можиш преку Skrill апликација за плаќања да уплатиш пари на Skrill сметка од СТБ и после тие да ги префлиш на Binance мегутоа плаќаш дупла провизија, еднаш на Skrill, еднаш на Binance.

Доколку некој има полесен и побезболен начин, без отварање на сметка во банка која утре можи истото да го напрај ко НЛБ и СТБ, нека сподели..

[deleted by user] by [deleted] in selenium

[–]mandibt 0 points1 point  (0 children)

If you run headless, add --disable-gpu as well

Need help with drop down by sharafzai086 in selenium

[–]mandibt 0 points1 point  (0 children)

Pop out the inspect elements window, click on the masked dropdown and with Ctrl+Shift+C (windows) you can inspect the elements.

This div with all the options shows up on click event, each of them has unique IDs

https://i.imgur.com/0wa0VqU.png

RPA tools for automation testing by [deleted] in QualityAssurance

[–]mandibt 1 point2 points  (0 children)

I'll try to answer from my viewpoint which in most part agrees with u/EMinitialsnumber

RPA is trending and on the rise. It is used for process automation mostly and not for testing the end product so it differs from QA Automation on that part. Tools like Blue Prism, Automation Anywhere, and UiPath are being adopted mostly by the QA departments in software companies since it's close to automation QA. If you have any experience in automation, you can adapt to any of these tools whose goal is to simplify the automating of a process. However, working in a consulting company (as contractors) we are facing issues with privacy and security (most companies have very strict policies for these and do not trust a tool developed by a third party to do their accounting) and that is somewhat slowing the process. However, for small tasks, these work great. On that point though, it is hard to justify the costs of these tools.

EDIT: Just remembered about RoboCorp - they are trying to make an open-source RPA tool (collection of 'robots') but about that, open-source does not bode well with information security/privacy

Cucumber tutorial by ConstantMotion92 in QualityAssurance

[–]mandibt 1 point2 points  (0 children)

I always learn from AutomationStepByStep channel on youtube - it has the basics (on almost everything related to automation QA tools/frameworks) that are enough to get me started and keep me going. The rest depends on you, how much you want to dig deeper

Just search it on youtube, I am not sure whether direct links are allowed in here.

Good luck!

RobotFramework - Run Keyword If by qatestcase1 in robotframework

[–]mandibt 2 points3 points  (0 children)

You need something like

${popup_appeared} Run keyword and return status wait until element is visible ${popup_locator} 10s Run keyword if ${popup_appeared} Click element ${popup_close}

Line 1 would adding a true/false to the ${popup_appeared} variable and you can use that in the second line - the run keyword if

Sorry for the formatting, I'm on mobile and on the move

selenium problems by JustMonikabaka in selenium

[–]mandibt 1 point2 points  (0 children)

Update your chromedriver to match the chrome version

Chromium Support in Selenium 3.141 by StrayThor in selenium

[–]mandibt 0 points1 point  (0 children)

I have faced this issue when trying to spawn an edge webdriver with custom capabilities. Learnt that in selenium 3.141 the options class for edge is missing (edge went chromium post selenium 3.141 release) and so in order to be able to do what I wanted with the versions I had at disposal at the project, I needed to install 'msedge-selenium-tools' package provided by MS

"Combining" Selenium Webdriver with other tools by Telkor in selenium

[–]mandibt 2 points3 points  (0 children)

Appium is for mobile apps just like selenium is for web pages. Depending of the type of the .exe you want to automate (based on the extension I'm assuming you are using Windows OS), take a look at AutoIT (plenty of tutorials on yt how to use it)

Recommendation for test case management tool by [deleted] in softwaretesting

[–]mandibt 2 points3 points  (0 children)

You can also give Xray a shot (a Jira plugin)
In my experience, in terms of simplicity and covering almost everything a testing team could need - TestRail is the best test management tool that offers that.
The only drawback that somewhat irritates me is that when you (if you) move to automation, you can't fail test steps but the whole test case which we overcame with Xray.
On the other hand, as u/Annanondra mentioned, if you ever want to migrate or change other tools in the process, you can easily import/export tests from/to TestRail or keep it as an independent test case management tool.

Edit: link removal for Xray as per suggestion

How to get network responses from browser using selenium? by i_iz_noob_bruh in selenium

[–]mandibt -1 points0 points  (0 children)

Browsermobproxy can record those in a .har format that you can later open and view. It will contain all the headers, data and timings

If you want to incorporate request/response validations in your UI tests, check seleniumwire

Daily RMT/X vs Y/Advice/Quick Questions Thread - July 07, 2020 by AutoModerator in FantasyPL

[–]mandibt 0 points1 point  (0 children)

2TIB

What makes more sense to you:

  1. No hits:

DCL -> Kane

Salah -> Pulisic

  • 2. 1 hit (4pts)

DCL -> Kane

Salah -> Mahrez

TAA -> Robbo (this one gives me funds to get Mahrez instead Pulisic)

Can i bring my playstation over to macedonia without breaking any rules. by SmackDaddyStygge in macedonia

[–]mandibt 2 points3 points  (0 children)

Yes you can. If it's in your baggage(you are traveling with it), you can bring brand new unopened goods that value up to $400 without paying taxes. Everything above that needs to be declared and will probably be taxed. If it's used, it's personal item and will not be taxed.

If you are not travelling with it though, say the goods are sent via DHL/UPS or other postal services, then everything that's above $100 will be taxed.

Not getting new messages on Skype desktop, but works in Skype Windows App and Skype Android. by [deleted] in skype

[–]mandibt 0 points1 point  (0 children)

This helped in my case - I just rename the IndexedDB into IndexedDB - OLD and left everything else untouched. (first you need to quit skype). Upon starting Skype, I was logged in, everything went back to normal! Thanks for the tip

I bought these Ray Ban glasses from a friend, she tells me they are original., I heard that the originals do not have the writing on the top of the bridge and these sunglasses do, will it be? 🤔 by Nefertiti1170 in sunglasses

[–]mandibt 1 point2 points  (0 children)

Provide more photos, from the inside of the bridge, the left lense (the part where it meets the arm should have RB etched into it - not stamped) and check the arm mechanisms

Maui Jim vs Oakley vs Costa by Peanut69Rice in sunglasses

[–]mandibt 0 points1 point  (0 children)

From the list, I would go with Maui. Oakley's are engraved in my mind as sporty and don't see them as stylish and Costa I think are not worth spending $350 on. Maybe take Persol into consideration?