Hello Everyone,
I have a problem.
QTP is capturing no action on a particular page in the
application that I am trying to automate. But on the same
side its working fine on other pages of the same application.
Can someone please help me understand the reason behind this
inconsistency.
Answer / deepak
Hey try using only necessary add-ins and remove rest of
them.If its a web application keep only VB and Web addins
and then try.Sometimes it happens if the page is having
large amount of data.
| Is This Answer Correct ? | 0 Yes | 1 No |
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
How can you send user defined messages to test report?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
what r the main attributes of test automation?
hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji
how can i do QTP Certification can any 1 tell me . How 1 approch and who to approch
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini
Could you suggest me best coaching for automation in Delhi or nearby area?
Currently i have designed my script based on the test cases present in Quality Center. I want to run my script from quality center. Can anyone help me to get the code which will connect QTP with Quality Center and execute the test cases?
How to find operating system information using the qtp script?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian