what are the challenges you have faced while testing web based application using the automation tools ?
No Answer is Posted For this Question
Be the First to Post Answer
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
How to execute a winrunner script in quicktest professional (qtp)?
what is compiled module?
How will you load few objects in Active Screen?
What is the difference between QTP 8.2 and QTP 9.2
What is the another extention name of library file.If that is exist than what's the differnce between them.
Hoe we can export TEST RESUALT IN to XL-sheet?
what is Supplemental Objects ?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
What is Descriptive Programing? In which cases, we will go for descriptive programing?
how to write vbscript on web applications in qtp. explian with one example?