Testing Interview Questions
Questions Answers Views Company eMail

what is penetration testing?

MBT,

3 18048

What is smoke testing?

MBT,

20 32062

What is pairwise testing?

Datamatics, MBT,

10 32262

What is concurrency testing?

MBT,

6 27483

what is test log..? what it consists?

MBT,

7 38191

What is Data Flow Testing?

MBT,

11 37966

what is volume Testing?

MBT,

15 48499

what is Independent Verification and Validation(IV&V)?

MBT,

4 17719

What is driver in testing point of view?

MBT,

6 16441

what is stub?Explain in testing point of view?

MBT,

13 35728

what is Regresstion testing? when it will be needed?

MBT, Satyam,

19 25849

what is parallel testing?

MBT,

17 55145

Where are the expected results file will be stored? what is the extension of that?

IonIdea, Satyam,

1 9491

By Default if you save a File with just pause statement in the script how it is going to store in winrunner?

IonIdea,

2 8834

What is endurance testing?

Infosys, MBT, Syntel,

16 67558


Un-Answered Questions { Testing }

What is incremental analysis?

794


write a compilemodule function for loginscreen.

1860


hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server

2000


What kind of testing does selenium support?

671


Explain critical bugs that you come across while testing in mobile devices or application?

734


please send me interview questions asked in google in testing - manual

1744


What is destructive testing, and what are its benefits?

912


I want to do QTP Certification what is the pattern of Question paper.

1943


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1706


you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva

1685


How would you export a script from one pc to another in qtp?

867


How does one store the current url using selenium 2.0?

692


How to run a test case from a testplan file?

822


Tell us what are the two modes of views in selenium ide?

642


Give an example of behaviour driven test in plain text?

1