If u don't have any Knowledge on perticular application but
they give that application to u for Testing ? Then How we
wil move towards testing on that application?
Answer Posted / kiran
Try to understand the domain/application by going through
with BRS,SRS,USE CASES you will get all the required
information to undestand particular domain/application
still if you are not clear or you got some issues go
for review meetings there you can clarify any thing that
you dont understand
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
What are the Disadvantages of shared object repository?
What are the different types of recording modes?
How will you handle java tree in qtp?
What is object repository in qtp?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
If I change the property value at runtime is it effect is object repository?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How many lines of code in each script of QTP?
How many types of status are there?
can test automation improve test effectiveness?
Can we run test with out adding object in object repository? How it is possible?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
what QTP Options do you know?
What is data driver in qtp? Where we use it?