what are the challenges do we face while testing webbased
applcations using the automation tool QTP or any?

Answer Posted / jignesh

While testing Web-based application,people might face
object recognition problem. At this situation, one can use
Smart Identifier. Once it is used in the script and run it,
in the result window, they can find out which are the
properties to uniquely identify specified record. after
that without using smart idenfier one can execute script.

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to check which add-ins are associated with a test in qtp?

582


How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box

1831


assume i have few url link how will i dynamically call then using descriptive programming?

1603


What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.

1631


How to suppress warnings from the test results page?

603






I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1485


write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))

1503


how will load the object during runtime?

1582


How do you perform Regreession Testing?

1463


in my application,validation message has in japanise language.how to validate this message is appears properly or not

1524


what is the difference between built-i function and In-built function?

1633


Can the user toggle between using Local OR and shared OR for the same action?

563


When to use descriptive programming?

591


If the objects hierarchy is changing from build to build, then how you will handle that condition?

619


What is the syntax for how to call one script from another?

561