Explain about random testing of 500 test cases?
Answer / ankur mittal
Random testing is also known as Gorilla testing . In it we
don't test the application sequentially, we just take the
modules/fields randomly & perform testing whether it's
functioning properly.
Random testing is also adhoc testing.So the tester can give
the out of coverage data and check the stability of the
important application wheather the system perform smoothly
or not.
| Is This Answer Correct ? | 4 Yes | 0 No |
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
How the smart identification is used in real time?Please explain with an example
How many types of recording facility are available in QTP?
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
What scripting language QTP of?
What is the regular expression for Yahoo mail Inbox?
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
what are the cases in which we use XML and accessibility check points.
How do you learn the object in QTP?
How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.
why we are using environment variables instead of global variables?