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) What is the build Tool you have used in your project?
Accenture, HCL, Inasra Technologies, Infosys, Maven Infotech,
4 14244You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
2618can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
2019
What is the difference between writing a function and writing a 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
How would you export a script from one pc to another in qtp?
How to skip a method or a code block in testng?
what r the 2 subdivisions of quality process and where does tesing fit?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
two file is there how will compate it by useing qtp.
Is quality control similar to quality assurance?
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Hi..i am planning to write ISTQB foundation level exam..could any one suggest me training center for istqb..also, where can i write istqb exam in chennai..could u plz list the prometric centers for istqb in chennai
Explain about selenium-ide ?
test measurment techniques
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
what is error and fault in terms of software quality?
What is mutation testing & when can it be done?