what is exact difference between smoke and sanity testing?
Answer Posted / krishna
smoke is "to check the basic functionlity of the
applicaiton"
Sanity "to check the complete functionlity of the
application"
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Does Low-level recording capture mouse movements?
What is difference between design time and run time data table?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
Explain different type of event trigger option.
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
Explain object spy in qtp.
Explain actions in qtp ?
can i compare two databases using QTP ?
Is it possible to change the property value at runtime? How it is possible?
Both static and dynamic arrays are handled by the vb script. Is it true?
In qtp, explain what is keyword driven automation framework?
what is run-time data?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz