what are the challenges do we face while testing webbased
applcations using the automation tool QTP or any?
Answer Posted / lokesh kanithi
1. Main problem is with Synchronisation.
2. Page navigations while doing like parameterisation.QT
will captures the link.We should take care thar at the end
of scenorio initial link has to b connected.
3. To handle runtime objects & regular Expressions....
Pls let me know more if it is wrong.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How do you open adobe acrobat file in QTP and do some testing on that file ?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
What is a checkpoint? How many check points are there in qtp?
how to test Web application using QTP software
Explain how qtp identifies object?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
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 is the architecture of your project? Can any one answer for this question plz........
What are the disadvantages of recording test cases in qtp?
Explain process of smart Identification in QTP?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
In Remote acess server how u run a test?
Get the count of files of similar types from a folder.
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
Our company is having a windows client server application developed in vb.net. so there is a treeview and i am not in a position to record the click events in QTP. so kindly help. Vivek