Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) When we try to use test run option "Run from Step", the browser is not launching automatically why?
1 1669
What are the key points to create a framework in QTP for oracle forms?
what is the meaning of Field Level Validation & Form Level Validation??
Explain Peer Review in Software Testing?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What is the difference between mobile device testing and mobile application testing?
How to check the checkbox or radio button is selected?
If we want to know the size of each component in system how?
What is 'fish pond analysis' with respect to software testing?
What are the types of data tables in qtp?
Describe Testing Decomposition?
What are basic types of test cases?
What is listeners in selenium webdriver?
How does load testing work for websites?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!