how your doing reporting in your script?
Answer / bablu
By using this in function
Repoter.ReportEvent micpass,"Step Nmae","Passed"
And this we will call into a variable.
That variable value we will export to Excell by using Data Table methodes...
| Is This Answer Correct ? | 2 Yes | 2 No |
what is risks of testing a project?
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
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)
Tel me what was the automation testing process you followed?
How do you return a value from a function
In qtp, how you can exit for loop?
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?
What are associated files in QTP?
How to analyzing Test Results using QTP?
To which environments does quicktest professional (qtp) supports?
what type of test cases tou will automate?