diff b/w DBMS & RDBMS?
Answer Posted / heena verma
DBMS is a supports of single user only. It requries low
software and Hardware requirments.
RDBMS is a supports of multiple users. It requires high
software and hardware requirments.
| Is This Answer Correct ? | 17 Yes | 29 No |
Post New Answer View All Answers
What is the purpose of getoptions() method?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
What do you think holds testers back to do automation? Is there a way to overcome it?
what is the difference between keyword driven frame work and data driven frame work.
Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?
What generally is the structure of a framework?
What is the difference between continue and next sentence?
What is ‘good code’? What is ‘good design’?
Do you know what is robot api?
Hi All! Am new to Selenium and would really appreciate your help writing test cases for the following scenario: 1. Manually create 2 logins User A and User B on say, orkut.com or facebook.com. 2. Have User A invite User B as a friend. 3. Have User B accept the friend request. 4. Have User A post a comment on his own profile. 5. Have User B post a reply to that comment. 6. Each User logs out of his respective account. 7. Do not use Selenium IDE. 8. Use Selenium RC and Java.
Why do you prefer selenium automation tool?
Tell me what is the firefoxdriver, class or an interface? And which interface does it implement?
What do you think holds the testers back to do automation? Is there a way to overcome it?
How the object properties will be recognised by the tool If the functions/ statements are written manually?
Do you know what is a data-driven framework?