Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again)
6 10472i finished writing test caes, logged bugs and also regression testing i finished.when we do user acceptance testing?
3 5879hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
8 28675I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
IBM,
1919
Tell me what is automation testing?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
Without the gui map, use the phy desc directly?
List out test deliverables?
What is a silktest testplan?
What is testng assert and list out some common assertions supported by testng?
How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
what could go wrong with test automation?
desribe a situation where u faced a stressful situation and how did u cope with it
What does it mean when a check point is in red color? What do you do?
What is difference between qtp and selenium?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
Could you pls give me sites where i can test card? mail me to
Tell us how to perform right click using selenium webdriver?