Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop (i.e. I first connect to remote desktop from my machine in order to run the application). I am able to record the script successfully with QTP running on my machine and application running on remote. However, when i run the recorded script, system fails to run it and indicates me that it does not identify the object. Is it possible to record and play while QTP and AUT are not on same machine?
7 18431Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
2065After the execution of a script how do u upload the results to Quality Center. Pls anyone explain in detail. It is very urgent._______Thanks a lot!!
2 7454I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
2 4746I have one question as HP QTP is concern, Please send your answers..... Can we do testing of any application without using any of the framework which are we used in QTP tool. If yes then how it can be possible in the HP QTP tool. -- Regards
5 9853Post New ABC QTP Interview Questions
What is lazy loading in hibernate?
Does the 644 permissions on wp-config.php compromise the username and password to all other users on my shared server?
What are the changes that are provided to meet design power targets?
Describe the Managed Execution Process?
What are the different Selenium components?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Tell me what are the rings in windows nt?
Is stored procedure faster than query?
What is acid property in client server environment?
How to write a code for multiple transactions? : abap bdc
What is the difference between hashed file stage and sequential file stage in relates to datastage server?
Name the operators that cannot be overloaded in C++?
What is drift (or drive)?
In a normal distribution, approximately what percentage of the cases, to the nearest whole number, falls within 4 standard deviations of the mean.
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?