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) i have 2 year experience in manual testing and automation testing Selenium, if i am attending any interview what kind of question i will get?
1 6141A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
1 3915Anyone aware of Test Runner (ETL Automation Testing tool) if so please help me with material in keerthi.smile14@gmail.com
1577how memory will be used in the JVM.With think time .what is necessary of the think time in loadrunner
HCL,
1 3836How to write Test cases for pen in tabular form including all phase of test case like Test id, Test Objective, Prerequisite etc.
1 3622in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
PCS,
1715
Explain the exactly meaning of test case?
How to find the length of the string in qtp?
What is an entry criteria?
9.Data – driver automation typically includes?
What is the difference between qa, qc, and testing?
What all things you should consider before selecting automation tools for the aut?
What is customer (end user)?
How to use transactions in qtp?
How to export the tests from selenium ide to selenium rc in different languages?
How to know, which are the bands (850,900,1800,1900) a mobile device supports?
What is the execution order of test elements?
What is keyword driven framework?
Give an example of the languages supported by webdriver?
What are the main key components in web applications and client and server applications?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP