Hi all,
I am currently working in manual testing and am interested
in database testing. How do I change my career from manual
to database testing? What are the prerequisites for that
inorder to equip myself for database testing?
Answers were Sorted based on User's Feedback
Answer / padma
you have to prepare to write SQL Queries and thorough
knowledge in database design.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / snehal
Hi,
First u try in ur company for database testing & also do the practice of SQL queries. In database testing most of the time "SELECT" query is used. if u will get the exp in ur cmp then it will be better for u.
| Is This Answer Correct ? | 1 Yes | 1 No |
Hi, I wanted to go with TestingDomain-Automation. Regarding this I need to take training on any one tool either WinRunner or LoadRunner. Which is better to get job,having future and takes lesstime with easier***. pls mention one tool name. Basically iam manual test engineer on unix- platform.
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
HOW CAN U DO DATA BASE TESTING ? COULD U PLZ EXPLAIN WITH SOME EXAMPLES?
If we have an interface, but no concrete class which implements it. How we will test that interface in white box testing?
What is the difference between Testing Methodology and Testing Technics?
Hi, Below is a question on white box testing. Kindly help me in answering it. How many test cases are needed to obtain 100% branch coverage. This question was asked in ISTQB foudation level exam - Dec21 2008. Read(A,C) If(A<10) then Print A; Endif If(C>100) then Print C is greater then A else if(C<100) then print only C Endif else Options - a. 4 b. 3 c. 2 d. 1 Kindly answer with explanation so that it would be easy to understand
Write Test cases on pen?
2 Answers Cap Gemini, PanTerra,
what statements did Philip Crosby use to capture the essence of the Quality Assurance discipline?
What is the test case?
What impact ratings have you used in your projects?
What is Low level design & High level design? and brief description.
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....