what is the test process followed for your project?
Answer Posted / amarendra kothuru
Real time Testing Process:
Creation of Test plan as per SRS document
Creation of test cases/scripts
Execution of test cases/scripts
Defects reporting
Defects Tracking
Preparing test results summary reports
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How do Parameterization and Data-Driving relate to each other in QTP?
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
how many maximum number of virtual users we can create?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Name the properties you would use for identifying a browser and page when using descriptive programming?
what is the difference between modular framework & datadriven framework
if our qtp vb Script may be Currepted then What we want do?
What is parameter in qtp?
How many add-ins comes by default with qtp?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Suggest and Define a solution for an application whose objects are not recognized by UFT?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.