How you perform smoke and sanity testing using qtp?
Answer / pankaj
There is no specific way to do smoke or sanity on an
application using QTP .
But yes i would suggest you if the application is stable and
there is no major changes then you can record the smoke and
sanity test and run it whenever it's required .
For any any further info you can directly post me questions
on my blog
http://quality2deliver.blogspot.com/
Thanks
Pankaj
Is This Answer Correct ? | 0 Yes | 3 No |
How to capture screenshots of Exceptions/Errors during run- time?
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
what is defenetion of kiran can u tell me plz CVS, SVN
how to add a runtime parameter to a data sheet?
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
do you prepared framework,pls answer this
what are the main differences between keyword driven frame work and data driven frame work?
What is the present version of the VB Script we are using
when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this
What is the script for database check point, bitmapchek point, regular expression ?
We have an application which generates links( more than thousand) based on the time stamp dynmically.Each link will download an xls file. we are supposed to click a particular link (which link to click will be obtained thru some buisiness logic).Now the issue is QTP is not recogniging the link(say Var1) though its properties showed mandatory fields text=xyz and html tag=A.I used following code to do this. Browser("ABC").Page("123").Link("text:=" &Var1,"html tag:=A").click, can any one suggest why this is not recognised by QTP though syntax is correct?(Is there any sync issue to be considered?Because on clicking the link it will take 5 mins to open that file)
What is the difference between browser sync and page sync in QTP?