What is test fusion report?
Answers were Sorted based on User's Feedback
Answer / rnashok
Once a tester has run a test, a TestFusion report displays
allaspects of the test run: a high-level results overview,
an expandableTree View of the test specifying exactly where
application failuresoccurred, the test data used,
application screen shots for every stepthat highlight any
discrepancies, and detailed explanations of eachcheckpoint
pass and failure. By combining TestFusion reports
withQuickTest Professional, you can share reports across an
entire QAand development team.
| Is This Answer Correct ? | 10 Yes | 4 No |
Have you used TD?
Explain how qtp identifies object?
What is qtpro?
OPening of notedpad in QTP to write and execute the coding?
Differentiate the two Object Repository Types of QTP.
in one page we have 100 links i have to click the 99th link how can i click the 99th link.
4 Answers GK Technologies, IBM,
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
what is clean sweep?