Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Get data the way you want

    TestRail – Test Runs

    • Post author:S K S
    • Post published:August 13, 2021
    • Post category:TestRail
    • Post comments:1 Comment

    TestRail provides 2 step procedure of test execution. First add the test run and then execute test run. Add Test Run is simply pulling the existing test cases, as test run where…

    Continue ReadingTestRail – Test Runs

    Metasploit – MetaModules

    • Post author:S J
    • Post published:August 13, 2021
    • Post category:Metasploit
    • Post comments:0 Comments

    MetaModules are complex and automated security tasks, designed to help security departments to do their job more efficiently, like testing firewall ports which are open and closed, testing default credentials,…

    Continue ReadingMetasploit – MetaModules

    TestRail – Export TestCases

    • Post author:S K S
    • Post published:August 13, 2021
    • Post category:TestRail
    • Post comments:0 Comments

    TestRail supports export functionality where user can export all sections and test cases into different files. User can export the data into CSV, Excel or XML file. Following steps should…

    Continue ReadingTestRail – Export TestCases

    Metasploit – Maintaining Access

    • Post author:S J
    • Post published:August 13, 2021
    • Post category:Metasploit
    • Post comments:0 Comments

    In this chapter, we will discuss how to maintain access in a system that we have gained access to. It is important because if we don’t maintain access, then we…

    Continue ReadingMetasploit – Maintaining Access

    Metasploit – Pivoting

    • Post author:S J
    • Post published:August 13, 2021
    • Post category:Metasploit
    • Post comments:0 Comments

    Pivoting is a technique that Metasploit uses to route the traffic from a hacked computer toward other networks that are not accessible by a hacker machine. Let’s take a scenario…

    Continue ReadingMetasploit – Pivoting

    TestRail – Import TestCases XML

    • Post author:S K S
    • Post published:August 13, 2021
    • Post category:TestRail
    • Post comments:0 Comments

    User can create multiple test cases and sections at a time using XML file. There are 2 steps processes require to import the data from XML. Rules for XML fileImport…

    Continue ReadingTestRail – Import TestCases XML

    TestRail – Import TestCases CSV

    • Post author:S K S
    • Post published:August 13, 2021
    • Post category:TestRail
    • Post comments:0 Comments

    User can create multiple test-cases at a time using CSV or XML file. CSV files are comma separated text files. There are 2 steps processes require to import the data…

    Continue ReadingTestRail – Import TestCases CSV

    Mockito – Timeouts

    • Post author:B D
    • Post published:August 12, 2021
    • Post category:Mockito
    • Post comments:0 Comments

    Mockito provides a special Timeout option to test if a method is called within the stipulated time frame. Syntax //passes when add() is called within 100 ms. verify(calcService,timeout(100)).add(20.0,10.0); Example Step…

    Continue ReadingMockito – Timeouts

    Mockito – Behavior Driven Development

    • Post author:B D
    • Post published:August 12, 2021
    • Post category:Mockito
    • Post comments:0 Comments

    Behavior Driven Development is a style of writing tests that usesĀ given,Ā whenĀ andĀ thenĀ format as test methods. Mockito provides special methods to do so. Take a look at the following code snippet. //Given…

    Continue ReadingMockito – Behavior Driven Development

    Mockito – Resetting Mock

    • Post author:B D
    • Post published:August 12, 2021
    • Post category:Mockito
    • Post comments:0 Comments

    Mockito provides the capability to reset a mock so that it can be reused later. Take a look at the following code snippet. //reset mock reset(calcService); Here we've reset the…

    Continue ReadingMockito – Resetting Mock
    • Go to the previous page
    • 1
    • …
    • 682
    • 683
    • 684
    • 685
    • 686
    • 687
    • 688
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP