You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
2 4751I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
2 4945How to know the on which OS and version the application is running through script in winrunner?
1 4751
Explain the concept of object repository & how qtp recognizes objects?
Explain the concept of how quicktest professional (qtp) identifies object?
How you can capture the script of the authentication window in jmeter?
What if you have written your own element locator and how would you test it?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
When will you not automate testing?
Can we test apis or web services using selenium webdriver?
What are the types of text patterns available in selenium?
Is there an htmlunitdriver for .net?
How to open an existing silktest project?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
What are all the components of loadrunner?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How to use conditional loops in qtp ?