How u prepare Test result summary in QTp?
Answers were Sorted based on User's Feedback
Answer / kathir
Test fusion report is generated automatically in QTP.
It will be saved in particular folder in server.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kishore
gopi krishna
in Test Result have Expot option when click it show window
there have 2 options 1)All 2)particular
u choose then u can broswer to location it to store in HTML
format
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi kathir,
Wht u said for generating the fusion report automatically
its correct.but there is no save button in test fusion
report.so could u pls check in QTP test fusion report.
byyyy
Gopikrishna
| Is This Answer Correct ? | 1 Yes | 2 No |
Test cases for Traffic Signals
Where we save all scripts in the QTP
5 Answers Ordain Solutions, Sathya Technologies,
How to break the object spy ?
Hi all im having a pop up validation browser which is 20 in number, i want to close those similar pop browsers one after the other, is there any specific code for that? i tried by giving creation time & putting in a loop but it dint work? valid working answers will be greatly appreciated
What is difference between version 6.5 and 8.2 in QTP?
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
How can we retrieve the links from a web page where links are dynamically changing(for eg take a online shopping website) and then we have to click on all the links present in the webpage and go to the repective pages and again come back to the first page..
hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp
I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??
Explain what the difference between Shared Repository and Per_Action Repository
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?