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) How can I use bugzilla in my company to track a bug and to allow the client to see the bug report online throughbugzilla. Please explain in detail. I am really need this.
3104Can any one explain the all types of testing in detail with aim of the testing,purpose,Person Doing,entry criteria,exit criteria,Documents required.....its very helpful for me..if possible send it to my mail id varalaruu@gmail.com
1951write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?
2 8081Hi I am working with QTP.If I want to write a certification exams,Which one is the best one suggest me friends!!
2 4753How can i use Ordinal identifiers and Smart identification methods suppose i want to know the index no of check box
1 4957Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
IBM,
7 30301My team is globally dispersed and I spend most nights on conference calls. Is there any way out to handle my Quality Assurance team?
1 3403How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
2663How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
1 5023I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
3 7081
How to handle the exceptions using the recovery scenario manager in qtp?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
How can you pass value one action to another action?
If asked to create a Configuration Design Pattern, where would you start?
If object is not recognized by qtp but the object is standard object what is your approach?
What is test closure?
What is the difference between the keyword view and expert view?
Explain the difference between functional and structural testing.
How to handle Java tree in QTP?
Suppose a job should be executed for every two hours? Write test case for this?
How do you get the current page url?
Explain the difference between call to action and copy action?
What is parameterization in testng?
can any one explain me briefly erp pharma project including all modules,like how to tell this project in interview in terms of s/w testing
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?