Submitted Questions

  • SRS, BRS and FRS

    Which relationship does SRS, BRS and FRS follows? Eg-One to one, one to many or many to many

  • API Functionality Testing

    What type of testing would you call it - where modules are not complete and tester is testing the the functionality of completed API whereas developer still integrating the other APIs in the same modules

    Srujan

    • May 25th, 2021

    The DataAdapter uses which of the following object to retrieve the data from database.
    a. Connection
    b. Command
    c. DataReader
    d. None of the above

  • Email address as user name field validation

    What are the acceptable values that we can enter in Email field For example-firstname+lastname@domain.com is this email id acceptable

    Saravanan KB

    • Feb 5th, 2018

    The criteria for accepting the mail id is included in that email text box like ...[a-z][0-9][$¢@1-5 chrac then dot after that two or three alphabets..so we need to check like this for email is valid or not..at the time of entering..